Skip to content

making tests more stable #27

making tests more stable

making tests more stable #27

Workflow file for this run

name: End-to-end tests
on:
push:
branches: [ "refactor/separate-backend" ]
workflow_dispatch:
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run backend
uses: actions/setup-node@v1
with:
node-version: 18
- run: |
yarn &&
yarn build &&
chmod a+x startbe.sh &&
./startbe.sh
- name: Run E2E tests
uses: cypress-io/github-action@v6
with:
start: yarn preview