Skip to content

Commit

Permalink
fix CI workflow format
Browse files Browse the repository at this point in the history
  • Loading branch information
erfan-goodarzi committed Sep 6, 2022
1 parent 428dac8 commit d15e734
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ jobs:

cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run E2E tests
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run E2E tests
uses: cypress-io/github-action@v4
with:
record: true
parallel: true
build: npm run build

- name: Run Component tests
uses: cypress-io/github-action@v4
with:
record: true
parallel: true
install: false
component: true
build: npm run build

- name: Run Component tests
uses: cypress-io/github-action@v4
with:
install: false
component: true
build: npm run build

0 comments on commit d15e734

Please sign in to comment.