Skip to content

Commit

Permalink
trial for checking if we need another compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
minikdev committed Sep 8, 2023
1 parent 027552e commit 59a8043
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
script: |
cd /home/apps/workflow-app
git pull
docker-compose -f docker-compose-testing.yaml up -d --build
docker exec backend-test npm run test
docker-compose -f docker-compose-testing.yaml down
docker-compose up -d --build
docker exec backend npm run test
docker-compose down
deploy:
runs-on: ubuntu-latest
needs: test
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ services:
- backend
volumes:
data:
networks:
default:
name: test-network

0 comments on commit 59a8043

Please sign in to comment.