Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Erick Wendel <erick.workspace@gmail.com>
  • Loading branch information
ErickWendel committed Jun 10, 2024
1 parent d9d0d47 commit 1c31838
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 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 All @@ -45,4 +45,6 @@ jobs:
npm test
- name: Clean up
run: docker-compose down --volumes
run: |
cd ./app
docker-compose down --volumes

0 comments on commit 1c31838

Please sign in to comment.