Update .github/workflows/Continues Integration.yaml
Some checks failed
Some checks failed
This commit is contained in:
parent
7549b8e01f
commit
dc3732cef9
6
.github/workflows/Continues Integration.yaml
vendored
6
.github/workflows/Continues Integration.yaml
vendored
@ -13,9 +13,8 @@ jobs:
|
|||||||
- name: Restore node_modules
|
- name: Restore node_modules
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
path: ./node_modules
|
path: node_modules
|
||||||
key: node_modules
|
key: node_modules
|
||||||
restore-keys: node_modules
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
@ -91,9 +90,8 @@ jobs:
|
|||||||
- name: Restore build artifacts
|
- name: Restore build artifacts
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
path: ./dist
|
path: dist
|
||||||
key: dist-prod
|
key: dist-prod
|
||||||
restore-keys: dist-prod
|
|
||||||
|
|
||||||
- name: Build docker image
|
- name: Build docker image
|
||||||
uses: ztimson/actions/docker/build@develop
|
uses: ztimson/actions/docker/build@develop
|
||||||
|
Loading…
Reference in New Issue
Block a user