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 45e8556 commit af2a24c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/review-auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,3 @@ jobs:
name: "🇫🇷 SocialGouv"
uses: socialgouv/workflows/.github/workflows/use-ks-gh-review-auto.yaml@v1
secrets: inherit
e2e:
runs-on: ubuntu-latest
needs: [socialgouv]
name: "Test e2e"
steps:
- name: Env
id: env
uses: socialgouv/kontinuous/.github/actions/env@v1
- name: Set env
run: |
echo "SITE_URL=https://${{ steps.env.outputs.subdomain }}.dev.fabrique.social.gouv.fr" >> $GITHUB_ENV
echo "$SITE_URL"
- name: Cypress run
uses: cypress-io/github-action@v5
with:
project: ./packages/app
component: false
config: pageLoadTimeout=100000,baseUrl=${{ env.SITE_URL }}
install-command: yarn --immutable
3 changes: 1 addition & 2 deletions .github/workflows/review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v5
with:
project: ./packages/app
working-directory: ./packages/app
component: false
config: pageLoadTimeout=100000,baseUrl=${{ env.SITE_URL }}
install-command: yarn --immutable
2 changes: 1 addition & 1 deletion .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ app:
- /api/auth(/|$)(.*)
- /index-egapro/recherche(/|$)(.*)
annotations:
~tpl~nginx.ingress.kubernetes.io/configuration-snippet: *headers
nginx.ingress.kubernetes.io/configuration-snippet: *headers
certSecretName: api-crt
envFrom:
- secretRef:
Expand Down

0 comments on commit af2a24c

Please sign in to comment.