Skip to content

Commit

Permalink
chore: mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Feb 14, 2024
1 parent 89a9242 commit 289ed81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
# - name: E2E tests
# run: npm run test:e2e

- name: Create folder
run: |
mkdir .nyc_output_changes
- name: Run Coverage
run: npm run test:cov:changes

Expand Down

0 comments on commit 289ed81

Please sign in to comment.