Skip to content

PLEASE DONT MERGE: run tests on github linux workflow #5

PLEASE DONT MERGE: run tests on github linux workflow

PLEASE DONT MERGE: run tests on github linux workflow #5

Workflow file for this run

name: test-linux
on:
pull_request:
branches:
- main
jobs:
build-native-node-module-on-mac:
runs-on: macos-12
environment: dev
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install --ignore-scripts
- run: ls /Users/runner/work/keyring-go/keyring-go/prebuilds/darwin-x64/
- run: npm run test