Skip to content

Commit

Permalink
run only cytest
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Apr 1, 2024
1 parent a2e5fab commit 655c32a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -99,9 +99,9 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
start: yarn start:cytest && yarn cy:run
working-directory: login-workflow/example
wait-on: ${{ matrix.node-version == 16 && 'http://[::1]:4200' || 'http://localhost:4200' }}
start: yarn cytest
project: login-workflow
wait-on: ${{ matrix.node-version == 18 && 'http://[::1]:4200' || 'http://localhost:4200' }}
wait-on-timeout: 300
browser: chrome

Expand Down

0 comments on commit 655c32a

Please sign in to comment.