Skip to content

Commit

Permalink
Fix wrong param in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Dec 4, 2024
1 parent 2ad6ddb commit aab0b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
working-directory: e2e
install: false
config: baseUrl=http://0.0.0.0:8080,video=false
start: bundle exec pagy ${{ matrix.app }} -p 8080 -i false
start: bundle exec pagy ${{ matrix.app }} -p 8080 --no-install
wait-on: http://0.0.0.0:8080
wait-on-timeout: 120
spec: cypress/e2e/${{ matrix.app }}.cy.ts
Expand Down

0 comments on commit aab0b43

Please sign in to comment.