From 5a1e823372febf47e241a9c54ebacab124f58275 Mon Sep 17 00:00:00 2001 From: Nehemiah Abuga Date: Tue, 18 Jul 2023 07:50:35 -0700 Subject: [PATCH] run tests in pipeline in headed mode --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e868156b90..1f54bb999a 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -41,7 +41,7 @@ jobs: uses: cypress-io/github-action@v3 with: browser: chrome - headless: true + headed: true start: npm run federalist - uses: actions/upload-artifact@v3