Skip to content

push up some prelim tests #1

push up some prelim tests

push up some prelim tests #1

Workflow file for this run

name: ARMed Tests
on:
pull_request:
jobs:
basic-armed-tests:
runs-on: ${{ matrix.runner }}
strategy:
fail-fast: false
matrix:
runner:
- macos-14
- ubuntu-22.04
os:
- linux
- macos
- win
pkg:
- "[email protected]"
- "[email protected]"
- "@yao-pkg/[email protected]"
steps:
- name: Checkout action code
uses: actions/checkout@v3
- name: Run Pkg Action
uses: ./
with:
entrypoint: bin/test
os: ${{ matrix.os }}
upload: false