Skip to content

Commit

Permalink
chore: add fetch depth 0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Feb 14, 2024
1 parent dc9a28f commit 2314fda
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand All @@ -40,11 +40,11 @@ jobs:
- name: Lint
run: npm run lint:ci

- name: Unit tests
run: npm test --workspaces
# - name: Unit tests
# run: npm test --workspaces

- name: E2E tests
run: npm run test:e2e
# - name: E2E tests
# run: npm run test:e2e

- name: Run Coverage
run: npm run test:cov:changes
Expand Down

0 comments on commit 2314fda

Please sign in to comment.