This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
chore(deps): update all dependencies (hasura) (patch) #884
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Testing e2e | |
on: pull_request | |
concurrency: | |
cancel-in-progress: true | |
group: e2e-${{ github.ref }} | |
jobs: | |
e2e: | |
name: Testing e2e | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Cypress run | |
uses: cypress-io/github-action@v5 | |
with: | |
build: yarn build | |
start: yarn start | |
component: false | |
env: | |
NEXTAUTH_URL: "http://keycloak:3000" | |
NEXTAUTH_SECRET: "A+EQqudlGhqTLDnBbCvohHBfbhUjTXAbZYy1NKsSsys=" | |
NEXT_PUBLIC_HASURA_GRAPHQL_ENDPOINT_URL: "http://hasura:8082/v1/graphql" |