Skip to content

fix: should not rebuild before test #3

fix: should not rebuild before test

fix: should not rebuild before test #3

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: npm i
- name: Test
run: bun run test