Skip to content

Merge branch 'main' of github.com:pietercolpaert/extract-cbd-shape #2

Merge branch 'main' of github.com:pietercolpaert/extract-cbd-shape

Merge branch 'main' of github.com:pietercolpaert/extract-cbd-shape #2

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
branches: []
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20.x'
- name: Install dependencies
run: npm install ; npm install -g bun ;
- name: Run tests
run: npm test