Skip to content

Commit

Permalink
chore: add v4 graphql examples to build
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jul 7, 2024
1 parent 49d72f0 commit 01a7c81
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 @@ -69,6 +69,8 @@ jobs:
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: example_v4_graphql
run: cd examples/v4/graphql && 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 01a7c81

Please sign in to comment.