Skip to content

push up some prelim tests #7

push up some prelim tests

push up some prelim tests #7

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
arch:
- x64
- arm64
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
arch: ${{ matrix.arch }}
os: ${{ matrix.os }}
upload: false