Skip to content

Commit

Permalink
fix: Don't start the mongo service.
Browse files Browse the repository at this point in the history
We stopped using mongo on the runner directly a while ago so this is
just an errant start that should have been removed.
  • Loading branch information
feanil committed Sep 11, 2024
1 parent 3704d07 commit 00854fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/static-assets-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 00854fb

Please sign in to comment.