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 a25ba0a commit 0f22589
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 32 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/debug.yaml

This file was deleted.

11 changes: 10 additions & 1 deletion .github/workflows/review-auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ jobs:
needs: [socialgouv]
name: "Test e2e"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
uses: cypress-io/github-action@v5
with:
# just perform install
runTests: false
- name: Env
id: env
uses: socialgouv/kontinuous/.github/actions/env@v1
Expand All @@ -33,6 +42,6 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v5
with:
install: false
working-directory: ./packages/app
component: false
config: pageLoadTimeout=100000,baseUrl=${{ env.SITE_URL }}
10 changes: 9 additions & 1 deletion .github/workflows/review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ jobs:
needs: [socialgouv]
name: "Test e2e"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
uses: cypress-io/github-action@v5
with:
# just perform install
runTests: false
- name: Env
id: env
uses: socialgouv/kontinuous/.github/actions/env@v1
Expand All @@ -36,5 +45,4 @@ jobs:
with:
install: false
working-directory: ./packages/app
component: false
config: pageLoadTimeout=100000,baseUrl=${{ env.SITE_URL }}

0 comments on commit 0f22589

Please sign in to comment.