Skip to content

ignore prev commit, it was just about not building the app loool #10

ignore prev commit, it was just about not building the app loool

ignore prev commit, it was just about not building the app loool #10

name: End-to-end tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create app for workflow
run: |
npm i
npm start
- name: Cypress run
uses: cypress-io/github-action@v6
with:
working-directory: ./frontend/