Update .github/workflows/Continues Integration.yaml
Some checks failed
Some checks failed
This commit is contained in:
parent
cdf5724ac1
commit
91bd827c0d
17
.github/workflows/Continues Integration.yaml
vendored
17
.github/workflows/Continues Integration.yaml
vendored
@ -4,26 +4,15 @@ on: [push, workflow_dispatch]
|
||||
jobs:
|
||||
dependencies:
|
||||
name: Install dependencies
|
||||
container: git.zakscode.com/ztimson/runner
|
||||
container: node:latest
|
||||
steps:
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Restore node_modules
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{runner.os}}-node_modules
|
||||
uses: ztimson/actions/git/checkout@develop
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Cache node_modules
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
path: ./node_modules
|
||||
key: ${{runner.os}}-node_modules
|
||||
- run: ls
|
||||
|
||||
build-dev:
|
||||
name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user