run and test
Some checks failed
node-js / Test (14.x) (push) Failing after 23s

This commit is contained in:
AlexVeeBee 2024-02-27 00:34:35 +00:00
parent 30ce160b8f
commit 88728bd003

View File

@ -11,7 +11,6 @@ permissions:
contents: write
jobs:
build:
name: Test
runs-on: ubuntu-20.04
@ -25,9 +24,13 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm test
- name: Install Dependencies
run: |
npm install
- name: Build and Test
run: |
npm run build
npm test
- name: Publish to release
uses: softprops/action-gh-release@v1
with: