Skip to content

Create sampletest.yml #1

Create sampletest.yml

Create sampletest.yml #1

Workflow file for this run

name: Testing on macos large
on:
[workflow_dispatch]:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest-large]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14.17.3'
- run: npm install