Skip to content

Commit

Permalink
tap
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Jun 28, 2024
1 parent efd5829 commit 9245959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/as-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: jcbhmr/setup-wasmtime@v2

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4

- name: Install dependencies
if: steps.node-cache.outputs.cache-hit != 'true'
Expand All @@ -26,5 +26,5 @@ jobs:
- uses: pcolby/tap-summary@v1
with:
path: >-
tests/*.tap
./tests/test.tap
summary-file: tests.md

0 comments on commit 9245959

Please sign in to comment.