Skip to content

chore: use plugin-test v4 #34

chore: use plugin-test v4

chore: use plugin-test v4 #34

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
plugin_test:
name: asdf plugin test
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v4
with:
command: clarinet --version
gitref: ${{ github.event.pull_request.head.sha }}