From 24def0f3f7e37994b061596210a3a5ff514ea229 Mon Sep 17 00:00:00 2001 From: oleiade Date: Mon, 27 May 2024 10:11:16 +0200 Subject: [PATCH] Remove test build step verifying integrity of the dist folder --- .github/workflows/all.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index e1f06ed..2ebb49e 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -20,14 +20,6 @@ jobs: - name: Install npm packages run: npm install - - name: Verify the build is up to date - run: | - npm run webpack -- --output-path="${RUNNER_TEMP}/dist" - if ! diff -r "${RUNNER_TEMP}/dist" dist > /dev/null; then - echo "Build is out of date, please run 'npm run webpack' and commit the changes" - exit 1 - fi - - name: Install Go uses: actions/setup-go@v4 with: