Skip to content

Trying a fix for e2e-test workflow #3

Trying a fix for e2e-test workflow

Trying a fix for e2e-test workflow #3

Workflow file for this run

name: end to end tests
on:
push:
branches:
- maint-18
pull_request:
workflow_dispatch:
jobs:
e2e-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up node env
uses: actions/[email protected]
- name: Create .env file
run: |
echo -e "API_QUERY_URL=${{ vars.API_QUERY_URL }}\nIS_FEDERATION_API=${{ vars.IS_FEDERATION_API }}" > .env
- name: Run end to end tests
uses: cypress-io/github-action@v6
with:
wait-on: http://localhost:5173
start: npm run dev
component: false