Skip to content

Commit

Permalink
Ignore cjs test
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Dec 10, 2023
1 parent 189170d commit 0ed6244
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2

- name: Run Tests (cjs)
run: |
npm run test:cjs
# - name: Run Tests (cjs)
# run: |
# npm run test:cjs

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v2

- name: Run ESLint
run: npm run lint
Expand Down

0 comments on commit 0ed6244

Please sign in to comment.