Skip to content

Commit

Permalink
Create sampletest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathrajsrinivasan authored May 20, 2024
1 parent 0f85b2f commit d496430
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/sampletest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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

0 comments on commit d496430

Please sign in to comment.