Skip to content

Commit

Permalink
Update deploy_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Garima Ketan Chauhan authored and GitHub Enterprise committed Apr 2, 2025
1 parent b58f7e3 commit 74a3a40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
with:
export-variables: true
keys-case: bypass

- name: Set up test containers
run: docker-compose -f docker-compose.stag.yml up --build -d
run: docker compose -f docker-compose.stag.yml up --build -d

- name: Run backend unit tests
run: docker exec secfit_stag_backend python manage.py test tests

- name: Tear down test containers
run: docker-compose -f docker-compose.stag.yml down
run: docker compose -f docker-compose.stag.yml down

- name: Build and run docker image
run: docker compose -f $COMPOSE_FILE up --force-recreate --build -d
Expand Down

0 comments on commit 74a3a40

Please sign in to comment.