Skip to content

Commit

Permalink
chore: add v4 matchers test to builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Apr 26, 2024
1 parent c3b3314 commit cf920a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
run: cd examples/v3/typescript && npm install --ignore-scripts && npm test
- name: example_v4_plugins
run: cd examples/v4/plugins && npm install --ignore-scripts && npm test
- name: example_v4_matchers
run: cd examples/v4/matchers && npm install --ignore-scripts && npm test
# - name: Upload dist folder
# if: runner.os == 'Linux'
# uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cf920a2

Please sign in to comment.