From 6883cb5267b697e2a017591a87ab3089e43aa2fe Mon Sep 17 00:00:00 2001 From: mschuepbach Date: Sat, 23 Jul 2022 17:52:41 +0200 Subject: [PATCH] Fix cypress action --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5a40fce..5507ee9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,12 +1,13 @@ -name: End-to-end tests +name: Cypress Tests on: [push] jobs: cypress-run: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Cypress run uses: cypress-io/github-action@v4 with: + build: npm run build start: npm start