Skip to content

Commit

Permalink
Always check diff after assembly job
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Aug 27, 2023
1 parent 9b06aa2 commit c2ad5f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ jobs:
- fmt
- lint

env:
TEST_OVERWRITE: 1

steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -255,10 +258,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:
Expand Down

0 comments on commit c2ad5f1

Please sign in to comment.