Skip to content

FIX CI: ignore provision-darwin due its high costs on gh actions #20

FIX CI: ignore provision-darwin due its high costs on gh actions

FIX CI: ignore provision-darwin due its high costs on gh actions #20

Workflow file for this run

name: Offchain Test
"on":
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
offchain-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm test