Skip to content

Commit

Permalink
Fix workflow also on staging yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShootingStar91 committed Aug 26, 2024
1 parent fd098e7 commit f18ba59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
content: |
[]
- name: docker-compose up -d
run: E2E=true docker-compose -f docker-compose-test.yml up -d
- name: docker compose up -d
run: E2E=true docker compose -f docker-compose-test.yml up -d

- name: Run cypress tests
run: ./node_modules/.bin/cypress run --headless *.spec.js
Expand Down

0 comments on commit f18ba59

Please sign in to comment.