mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 00:33:57 +08:00
Update workflow.yml
This commit is contained in:
parent
35923d642d
commit
95a6938461
1 changed files with 1 additions and 0 deletions
1
.github/workflows/workflow.yml
vendored
1
.github/workflows/workflow.yml
vendored
|
@ -46,6 +46,7 @@ jobs:
|
||||||
- name: Build & Test
|
- name: Build & Test
|
||||||
run: npm run test
|
run: npm run test
|
||||||
- name: Ensure dist/ folder is up-to-date
|
- name: Ensure dist/ folder is up-to-date
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
npm run build
|
npm run build
|
||||||
if [ "$(git status --porcelain | wc -l)" -gt "0" ]; then
|
if [ "$(git status --porcelain | wc -l)" -gt "0" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue