From d49643032e5b689eb621045a432f84820f7fddf9 Mon Sep 17 00:00:00 2001 From: sarathrajsrinivasan <159180023+sarathrajsrinivasan@users.noreply.github.com> Date: Mon, 20 May 2024 13:31:20 -0500 Subject: [PATCH] Create sampletest.yml --- .github/workflows/sampletest.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/sampletest.yml diff --git a/.github/workflows/sampletest.yml b/.github/workflows/sampletest.yml new file mode 100644 index 0000000..cd68c58 --- /dev/null +++ b/.github/workflows/sampletest.yml @@ -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