Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Nov 22, 2023
1 parent 13215c7 commit b38ff2c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ jobs:
runs-on: ubuntu-latest
name: "Test e2e"
steps:
- uses: actions/checkout
- name: Install dependencies
uses: cypress-io/github-action@v5
with:
# just perform install
runTests: false
- name: Cypress run
uses: cypress-io/github-action@v5
with:
install: false
working-directory: ./packages/app
component: false
config: pageLoadTimeout=100000,baseUrl=https://egapro.travail.gouv.fr

0 comments on commit b38ff2c

Please sign in to comment.