Skip to content

Commit

Permalink
[CARD-52] Experiment w/ different cy test script (ii)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsmth-tier2 committed Mar 20, 2024
1 parent 9c23468 commit 73c6f6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/step-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install Deps 📦
run: npm ci
- name: Test 📐
- name: Unit Tests 📐
run: npm run test
cypress:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v1
- name: Cypress Run 📐
- name: Checkout 🛎
uses: actions/checkout@v4
- name: Integration Tests 📐
uses: cypress-io/github-action@v6
with:
build: npm run cy:run
wait-on: http://localhost:4200
build: npm run build
start: npm start

0 comments on commit 73c6f6c

Please sign in to comment.