Skip to content

Commit

Permalink
[CARD-52] try alternate cypress cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsmth-tier2 committed Mar 20, 2024
1 parent 55065b9 commit 96abd72
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/step-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v1
- name: Cypress run 📐
uses: cypress-io/github-action@v6
- name: Set-up Node 📍
uses: actions/setup-node@v3
with:
build: npm run build
start: npm run start
wait-on: http://localhost:4200
node-version: ${{ matrix.node-version }}
- name: Install Deps 📦
run: npm ci
- name: Test 📐
run: npm run cy:test

0 comments on commit 96abd72

Please sign in to comment.