From e8b365b6f06dda4f240554abe592162d6e97550f Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Sun, 14 Apr 2024 16:19:18 -0400 Subject: [PATCH] Run tests --- .gitea/workflows/deploy-lib.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy-lib.yml b/.gitea/workflows/deploy-lib.yml index 1732a4a..e47d8b5 100644 --- a/.gitea/workflows/deploy-lib.yml +++ b/.gitea/workflows/deploy-lib.yml @@ -23,12 +23,15 @@ jobs: - name: Checkout uses: actions/checkout@v4 - # Setup NodeJS - - name: Setup NodeJS - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} + # Setup Bun + - name: Setup Bun + uses: oven-sh/setup-bun@v1 + # Run Tests + - name: Run Tests + run: bun test + + # Publish to NPM - name: Publish to NPM run: npm publish env: