Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

chore(deps): update all dependencies (main) (patch) #1266

chore(deps): update all dependencies (main) (patch)

chore(deps): update all dependencies (main) (patch) #1266

Workflow file for this run

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@v4
- name: Cypress run
uses: cypress-io/github-action@v5
with:
build: yarn build
start: yarn start
component: false
install-command: yarn --immutable
env:
NEXTAUTH_URL: "http://keycloak:3000"
NEXTAUTH_SECRET: "A+EQqudlGhqTLDnBbCvohHBfbhUjTXAbZYy1NKsSsys="
NEXT_PUBLIC_HASURA_GRAPHQL_ENDPOINT_URL: "http://hasura:8082/v1/graphql"