diff --git a/.github/workflows/test-linux-x64.yml b/.github/workflows/test-linux-x64.yml index f416316cd..8dbc724eb 100644 --- a/.github/workflows/test-linux-x64.yml +++ b/.github/workflows/test-linux-x64.yml @@ -121,6 +121,11 @@ jobs: && (grep -qE '^ *;' $$.gitlog || 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: - name: Cache stack global package db @@ -240,11 +245,6 @@ jobs: # --ghc-options=-split-sections --no-terminal if: env.CONTINUE - - name: Check embedded files - run: | - tools/checkembeddedfiles - if: env.CONTINUE - - name: Install shelltestrunner env: stack: ${{ matrix.plan.stack }}