From 1db806b9f86da923fa5eac09eb73d9582d96c36f Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 1 Jan 2022 19:52:46 +0100 Subject: [PATCH] Run cypress in CI --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46e4aa54..dc4a33f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,12 +34,6 @@ jobs: - name: Run Tests run: yarn test:unit - # - name: Cypress run - # uses: cypress-io/github-action@v2 - # with: - # build: yarn build - # start: yarn start - - name: Run Component tests uses: cypress-io/github-action@v2 with: @@ -48,6 +42,12 @@ jobs: # to run component tests we need to use "cypress run-ct" command: yarn cypress run-ct + - name: Cypress run + uses: cypress-io/github-action@v2 + with: + build: yarn build + start: yarn serve + - name: Build build run: yarn build