Skip to content

Commit

Permalink
change compose folder
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 ad44980 commit bf458c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
sudo mv /tmp/docker-compose /usr/local/bin/docker-compose
- name: Start localstack
run: docker-compose up -d mongodb
run: |
cd ./app
docker-compose up -d mongodb

- name: Use Node.js
uses: actions/setup-node@v4
Expand Down
File renamed without changes.

0 comments on commit bf458c2

Please sign in to comment.