Skip to content

Commit

Permalink
Update deploy_test.yml
Browse files Browse the repository at this point in the history
container was already in use
  • Loading branch information
Gargi Ketan Chauhan authored and GitHub Enterprise committed Apr 3, 2025
1 parent 3f12dd0 commit ba18e1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
export-variables: true
keys-case: bypass

- name: Remove secfit-stag-backend container
run: docker rm -f secfit-stag-backend || true

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

Expand Down

0 comments on commit ba18e1a

Please sign in to comment.