Skip to content

Commit

Permalink
changed smtg in dockerfile due to version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingGirlGargi committed Apr 3, 2025
1 parent 9eca89f commit 3f12dd0
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 3f12dd0

Please sign in to comment.