Skip to content

Commit

Permalink
Rename Dockerfile and use docker compose actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HumzahJavid committed Aug 29, 2024
1 parent 1b77adf commit eca5e89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
with:
repository: fiaisis/fia-api

- name: Start e2e docker compose environment
run: |
cd test
docker compose up -d --build
- name: Run docker-compose
uses: hoverkraft-tech/[email protected]
with:
compose-file: 'test/docker-compose.yml'

- name: Run e2e test
run: pytest -l -v --random-order --random-order-bucket=global test/test_e2e.py
Expand Down
File renamed without changes.

0 comments on commit eca5e89

Please sign in to comment.