Skip to content

Commit

Permalink
Trying something
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed May 7, 2024
1 parent 65d0801 commit b9b3e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Print files (A)
shell: bash
run: |
find packages/**/node_modules/.cache/jest
find packages/**/node_modules/.cache/jest 2&> /dev/null || true
- name: Build packages
run: pnpm ci-build
Expand Down

0 comments on commit b9b3e91

Please sign in to comment.