Skip to content

Commit

Permalink
[GHA] Make use of lit symlink in litmus-tests.yml action
Browse files Browse the repository at this point in the history
Cleanup noted in <#302>.
  • Loading branch information
asb committed Nov 13, 2024
1 parent 0d9778f commit 84583ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/litmus-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install buildbot{,-worker}==3.11.7 urllib3
echo "PATH=$PATH" >> "$GITHUB_ENV"
- name: Run lit tests
run: /usr/lib/llvm-18/build/utils/lit/lit.py -v --xfail jenkins/test_build.py test
run: lit -v --xfail jenkins/test_build.py test
- name: Run buildbot checkconfig
run: |
cd buildbot/osuosl/master
Expand Down

0 comments on commit 84583ff

Please sign in to comment.