Skip to content

Commit

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

- name: Remove secfit-stag-backend container
run: docker rm -f secfit-stag-backend || true
- name: Remove all containers
run: docker rm -f $(docker ps -aq) || true

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

0 comments on commit f6c261a

Please sign in to comment.