Fix build?
Some checks failed
Build / Build NPM Project (push) Failing after 8s
Build / Tag Version (push) Has been skipped

This commit is contained in:
Zakary Timson 2024-07-19 00:08:39 -04:00
parent 535e579b43
commit 87857a01c5

View File

@ -9,17 +9,14 @@ jobs:
build: build:
name: Build NPM Project name: Build NPM Project
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container: node:alpine
image: node:alpine
volumes:
- '/mnt/swarm/gitea/runner/cache:/cache'
steps: steps:
- name: Clone Repository - name: Clone Repository
uses: ztimson/actions/clone@develop uses: ztimson/actions/clone@develop
- name: Install & Build Project - name: Install & Build
run: | run: |
npm run i npm i
npm run build npm run build
- name: Test - name: Test