We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43c583 commit 5583c06Copy full SHA for 5583c06
.github/workflows/unit_tests.yml
@@ -23,7 +23,7 @@ jobs:
23
npm install ts-jest -g
24
25
- name: Run unit tests
26
- run: jest
+ run: npm test
27
28
# - name: Build Custom Docker image
29
# run: docker build -t test_env .
0 commit comments