Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Bisom committed Apr 15, 2024
1 parent 09795fc commit 6eee920
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Build
run: |
docker-compose -f .github/docker-compose-dev-ga.yaml up --build -d
docker-compose -f docker-compose-dev-ga.yaml up --build -d
env:
JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY }}
FLASK_SECRET_KEY: ${{ secrets.FLASK_SECRET_KEY }}
Expand All @@ -29,10 +29,10 @@ jobs:

- name: Run Tests
run: |
docker-compose -f .github/docker-compose-dev-ga.yaml exec backend pytest
docker-compose -f docker-compose-dev-ga.yaml exec backend pytest
docker-compose exec -T commonplace_backend_1 pip3 install pytest
docker-compose exec -T commonplace_backend_1 pytest
- name: Cleanup
if: always()
run: docker-compose -f .github/docker-compose-dev-ga.yaml down
run: docker-compose -f docker-compose-dev-ga.yaml down
File renamed without changes.

0 comments on commit 6eee920

Please sign in to comment.