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
|
- 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
|
||||||
|
if: ${{ runner.os == 'Linux' }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
npm run build
|
npm run build
|
||||||
|
|
Loading…
Reference in New Issue