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:
name: Build NPM Project
runs-on: ubuntu-latest
container:
image: node:alpine
volumes:
- '/mnt/swarm/gitea/runner/cache:/cache'
container: node:alpine
steps:
- name: Clone Repository
uses: ztimson/actions/clone@develop
- name: Install & Build Project
- name: Install & Build
run: |
npm run i
npm i
npm run build
- name: Test