From a8944a2bd85d2a454bf17eab81323db5285561d7 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Wed, 12 Jul 2023 14:53:03 -0700 Subject: [PATCH] run cypress tests in ci --- .github/workflows/build-and-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index d8da085b..63bdc86d 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -2,7 +2,7 @@ name: Build and Test on: push: - branches: [ main ] + branches: [ main-switch-to-cypress ] jobs: test: @@ -48,3 +48,5 @@ jobs: run: yarn install - name: Run javascript tests run: yarn test + - name: Run Cypress tests + run: bundle exec rake cypress:run