From 21cbb684655d5e132972bc177cbc95f3d31e1963 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 10 Sep 2024 19:56:15 -0700 Subject: [PATCH] [ci] Run expected.py as part of upstream-utils (#7068) --- .github/workflows/upstream-utils.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/upstream-utils.yml b/.github/workflows/upstream-utils.yml index 15597d05143..7c5718083cc 100644 --- a/.github/workflows/upstream-utils.yml +++ b/.github/workflows/upstream-utils.yml @@ -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