Skip to content

Commit

Permalink
fix: don't break CI
Browse files Browse the repository at this point in the history
  • Loading branch information
szilarddoro committed Jun 19, 2023
1 parent 56907ec commit 8409a86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
- name: Install Node and dependencies
uses: ./.github/actions/install-dependencies

- name: Run Jest tests
- name: Run tests
shell: bash
run: make test

- name: Upload test results
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 8409a86

Please sign in to comment.