Skip to content

Commit

Permalink
testing....
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Duda committed Apr 11, 2024
1 parent 8a65847 commit 2214a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Create scope-tags build
run: npx tsc
- name: Make temporary folder for tests
run: mkdir ./TEST_TMP
run: mkdir ./TEST_TMP && ls -ltra .
- name: Run Jest unit tests
run: npm run test

0 comments on commit 2214a35

Please sign in to comment.