Skip to content

Commit

Permalink
Test on CI that update-meson is properly ran
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 committed Feb 14, 2025
1 parent 92bc994 commit 627262f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,21 @@ jobs:
conda info
conda list
- name: Check update-meson
shell: bash -l {0}
id: check_update_meson
run: |
python3 tools/update-meson.py
make test-git-no-uncommitted-changes
continue-on-error: true

- name: Show files changed by update-meson
if: ${{ steps.check_update_meson.outcome == 'failure' }}
shell: bash -l {0}
run: |
git status
git diff
- name: Build
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 627262f

Please sign in to comment.