Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kevbarns committed Dec 12, 2024
1 parent 30a0e80 commit d5e365b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ jobs:

- name: start mongodb service
run: |
chmod 400 .infra/local/mongo_keyfile
sudo chown 999:999 .infra/local/mongo_keyfile
docker compose up -d --wait mongodb
docker compose up --build -d --wait mongodb
yarn setup:mongodb
- name: test
Expand Down

0 comments on commit d5e365b

Please sign in to comment.