Skip to content

tap test 3

tap test 3 #2

Workflow file for this run

name: AST CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install Wasmtime
uses: jcbhmr/setup-wasmtime@v2
- name: Setup Node.js
uses: actions/setup-node@v2
- name: Install dependencies
if: steps.node-cache.outputs.cache-hit != 'true'
run: yarn
- name: Perform tests
run: node ./bin/index.js --tap
- uses: pcolby/tap-summary@v1
with:
path: >-
tests/*.tap
summary-file: tests.md