1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-20 11:46:22 +02:00

Update workflow.yml

This commit is contained in:
David Hadka 2020-05-08 19:25:58 -04:00 committed by GitHub
parent 1d017f8241
commit e8cf11c419
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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