From a6d3424e0b0eb5324745e955a08dc34cbe2131a9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 2 Jun 2023 10:51:42 -1000 Subject: [PATCH] dev:tools:ci:master: check embedded files before slower operations --- .github/workflows/test-linux-x64.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 }}