mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
dev:tools:ci: check embedded files in the binaries workflows also
This commit is contained in:
parent
57cc76ae2e
commit
c7c4c68031
@ -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
|
||||
|
5
.github/workflows/binaries-mac-x64.yml
vendored
5
.github/workflows/binaries-mac-x64.yml
vendored
@ -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
|
||||
|
5
.github/workflows/binaries-windows-x64.yml
vendored
5
.github/workflows/binaries-windows-x64.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user