Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Erick Wendel <[email protected]>
  • Loading branch information
ErickWendel committed Jun 10, 2024
1 parent d9d0d47 commit 6cfabbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
chmod +x /tmp/docker-compose
sudo mv /tmp/docker-compose /usr/local/bin/docker-compose
- name: Start localstack
- name: Start MongoDB
run: |
cd ./app
docker-compose up -d mongodb
cd ./app
docker-compose up -d mongodb
- name: Use Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 6cfabbb

Please sign in to comment.