mirror of https://github.com/actions/cache.git
Update workflow.yml
This commit is contained in:
parent
1d017f8241
commit
e8cf11c419
|
@ -46,6 +46,7 @@ jobs:
|
|||
- name: Build & Test
|
||||
run: npm run test
|
||||
- name: Ensure dist/ folder is up-to-date
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
shell: bash
|
||||
run: |
|
||||
npm run build
|
||||
|
|
Loading…
Reference in New Issue