Skip to content

Commit

Permalink
updated to change the order
Browse files Browse the repository at this point in the history
  • Loading branch information
puchesjr committed Feb 4, 2024
1 parent 7f33c06 commit 9f177c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Install
run: npm install

- name: Test
run: npm run test:ci

- name: Create Coverage Directory
run: mkdir coverage

- name: Test
run: npm run test:ci

- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 9f177c6

Please sign in to comment.