Skip to content

rename action

rename action #41

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@v4
- name: Run backend
uses: actions/setup-node@v4
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