dev:tools:ci: check embedded files in the binaries workflows also

This commit is contained in:
Simon Michael 2023-06-02 10:49:51 -10:00
parent 57cc76ae2e
commit c7c4c68031
3 changed files with 15 additions and 0 deletions

View File

@ -28,6 +28,11 @@ jobs:
with:
fetch-depth: 0
- name: Check embedded files
run: |
tools/checkembeddedfiles
if: env.CONTINUE
- name: Cache ghcup-installed tools
id: ghcup
uses: actions/cache@v3

View File

@ -35,6 +35,11 @@ jobs:
- name: Confirm all remaining steps should run
run: echo "CONTINUE=true" >> $GITHUB_ENV
- name: Check embedded files
run: |
tools/checkembeddedfiles
if: env.CONTINUE
# things to be cached/restored:
- name: Cache stack global package db

View File

@ -31,6 +31,11 @@ jobs:
- name: Confirm all remaining steps should run
run: echo "CONTINUE=true" >> $GITHUB_ENV
- name: Check embedded files
run: |
tools/checkembeddedfiles
if: env.CONTINUE
# things to be cached/restored:
- name: Cache stack global package db