dev:tools:ci:master: check embedded files before slower operations
This commit is contained in:
parent
c7c4c68031
commit
a6d3424e0b
10
.github/workflows/test-linux-x64.yml
vendored
10
.github/workflows/test-linux-x64.yml
vendored
@ -121,6 +121,11 @@ jobs:
|
|||||||
&& (grep -qE '^ *;' $$.gitlog || echo "CONTINUE=true" >> $GITHUB_ENV)) \
|
&& (grep -qE '^ *;' $$.gitlog || echo "CONTINUE=true" >> $GITHUB_ENV)) \
|
||||||
|| ( echo "could not identify commit range, continuing CI steps"; echo "CONTINUE=true" >> $GITHUB_ENV )
|
|| ( echo "could not identify commit range, continuing CI steps"; echo "CONTINUE=true" >> $GITHUB_ENV )
|
||||||
|
|
||||||
|
- name: Check embedded files
|
||||||
|
run: |
|
||||||
|
tools/checkembeddedfiles
|
||||||
|
if: env.CONTINUE
|
||||||
|
|
||||||
# things to be cached/restored:
|
# things to be cached/restored:
|
||||||
|
|
||||||
- name: Cache stack global package db
|
- name: Cache stack global package db
|
||||||
@ -240,11 +245,6 @@ jobs:
|
|||||||
# --ghc-options=-split-sections --no-terminal
|
# --ghc-options=-split-sections --no-terminal
|
||||||
if: env.CONTINUE
|
if: env.CONTINUE
|
||||||
|
|
||||||
- name: Check embedded files
|
|
||||||
run: |
|
|
||||||
tools/checkembeddedfiles
|
|
||||||
if: env.CONTINUE
|
|
||||||
|
|
||||||
- name: Install shelltestrunner
|
- name: Install shelltestrunner
|
||||||
env:
|
env:
|
||||||
stack: ${{ matrix.plan.stack }}
|
stack: ${{ matrix.plan.stack }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user