Skip to content

Commit

Permalink
chore: add fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Feb 14, 2024
1 parent 5232201 commit dc9a28f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand All @@ -44,7 +46,7 @@ jobs:
- name: E2E tests
run: npm run test:e2e

- name: E2E tests
- name: Run Coverage
run: npm run test:cov:changes

- name: Comment Test Coverage
Expand Down

0 comments on commit dc9a28f

Please sign in to comment.