Skip to content

Commit

Permalink
start cytest
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Apr 1, 2024
1 parent 820ee9a commit b22ae08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
start: yarn start:cytest && yarn cy:run
start: yarn cytest && yarn cy:run
working-directory: login-workflow/example
wait-on: ${{ matrix.node-version == 18 && 'http://[::1]:4200' || 'http://localhost:4200' }}
wait-on-timeout: 300
Expand Down

0 comments on commit b22ae08

Please sign in to comment.