Run tests
This commit is contained in:
parent
d45b26fe09
commit
e8b365b6f0
@ -23,12 +23,15 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Setup NodeJS
|
# Setup Bun
|
||||||
- name: Setup NodeJS
|
- name: Setup Bun
|
||||||
uses: actions/setup-node@v4
|
uses: oven-sh/setup-bun@v1
|
||||||
with:
|
|
||||||
node-version: ${{ matrix.node-version }}
|
|
||||||
|
|
||||||
|
# Run Tests
|
||||||
|
- name: Run Tests
|
||||||
|
run: bun test
|
||||||
|
|
||||||
|
# Publish to NPM
|
||||||
- name: Publish to NPM
|
- name: Publish to NPM
|
||||||
run: npm publish
|
run: npm publish
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user