Skip to content

feat: add KUBO_BINARY env to allow overriding the path used #31

feat: add KUBO_BINARY env to allow overriding the path used

feat: add KUBO_BINARY env to allow overriding the path used #31

Workflow file for this run

name: test
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
- run: npm install
- uses: gozala/[email protected]
- run: npm run build --if-present
- run: npm test