run only one cypress test and try v5 w/ burnettk

This commit is contained in:
jasquat 2023-02-16 15:21:22 -05:00
parent bf6052d2cb
commit faa2e5490f
No known key found for this signature in database
1 changed files with 4 additions and 1 deletions

View File

@ -25,10 +25,13 @@ jobs:
working-directory: ./spiffworkflow-frontend
run: ./bin/wait_for_frontend_to_be_up 5 8001
- name: Cypress run
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v5
# - name: Cypress run
# uses: cypress-io/github-action@v4
with:
working-directory: ./spiffworkflow-frontend
browser: chrome
spec: cypress/e2e/process_groups.cy.js
env:
# pass GitHub token to allow accurately detecting a build vs a re-run build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}