Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Jul 28, 2024
1 parent 3d6e115 commit 38056b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
- name: Install Cypress
run: npx cypress install

- name: Build and Test
- name: Build
run: npm run build

- name: Test
run: npm run test

- name: Upload coverage report to coveralls.io...
Expand Down

0 comments on commit 38056b0

Please sign in to comment.