From 14ea5dd13ceecb45f768ccaf9aabb7c2e63c0516 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sun, 27 Aug 2023 22:27:47 +0200 Subject: [PATCH] Always check diff after assembly job --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a1591d9e..95707bc81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,6 +222,9 @@ jobs: - fmt - lint + env: + TEST_OVERWRITE: 1 + steps: - uses: actions/checkout@v3 with: @@ -247,10 +250,9 @@ jobs: - name: Run all assembly tests if: ${{ env.FULL }} run: ./helper-scripts/run-assembly-tests.sh - env: - TEST_OVERWRITE: 1 - name: Check diff + if: ${{ always() }} run: git diff --exit-code header-translator: