mirror of https://github.com/actions/cache.git
Update workflow.yml
This commit is contained in:
parent
35923d642d
commit
95a6938461
|
@ -46,6 +46,7 @@ jobs:
|
|||
- name: Build & Test
|
||||
run: npm run test
|
||||
- name: Ensure dist/ folder is up-to-date
|
||||
shell: bash
|
||||
run: |
|
||||
npm run build
|
||||
if [ "$(git status --porcelain | wc -l)" -gt "0" ]; then
|
||||
|
|
Loading…
Reference in New Issue