fix: Don't start the mongo service.
We stopped using mongo on the runner directly a while ago so this is just an errant start that should have been removed.
This commit is contained in:
3
.github/workflows/static-assets-check.yml
vendored
3
.github/workflows/static-assets-check.yml
vendored
@@ -72,9 +72,6 @@ jobs:
|
||||
run: |
|
||||
pip install -r requirements/edx/assets.txt
|
||||
|
||||
- name: Initiate Mongo DB Service
|
||||
run: sudo systemctl start mongod
|
||||
|
||||
- name: Add node_modules bin to $Path
|
||||
run: echo $GITHUB_WORKSPACE/node_modules/.bin >> $GITHUB_PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user