Skip to content

Commit

Permalink
[ci] Run expected.py as part of upstream-utils (#7068)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Sep 11, 2024
1 parent 874d8a8 commit 21cbb68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/upstream-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
cd upstream_utils
./eigen.py clone
./eigen.py copy-src
- name: Run expected.py
run: |
cd upstream_utils
./expected.py clone
./expected.py copy-src
- name: Run fmt.py
run: |
cd upstream_utils
Expand Down

0 comments on commit 21cbb68

Please sign in to comment.