Skip to content

Commit 7d69174

Browse files
committed
fixing failing build for @data-driven-forms/react-renderer-demo
1 parent d1bee6a commit 7d69174

File tree

4 files changed

+2343
-44
lines changed

4 files changed

+2343
-44
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
continue-on-error: false
4949

5050
- name: Clear Jest cache
51-
run: npm run jest -- --clearCache
51+
run: npx jest --clearCache
5252

5353
- name: Run tests on affected projects
5454
run: npx nx affected --target=test --parallel=3 --coverage

0 commit comments

Comments
 (0)