Fix build?
This commit is contained in:
parent
535e579b43
commit
87857a01c5
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user