Skip to content

Commit 84583ff

Browse files
committed
[GHA] Make use of lit symlink in litmus-tests.yml action
Cleanup noted in <#302>.
1 parent 0d9778f commit 84583ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/litmus-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install buildbot{,-worker}==3.11.7 urllib3
2424
echo "PATH=$PATH" >> "$GITHUB_ENV"
2525
- name: Run lit tests
26-
run: /usr/lib/llvm-18/build/utils/lit/lit.py -v --xfail jenkins/test_build.py test
26+
run: lit -v --xfail jenkins/test_build.py test
2727
- name: Run buildbot checkconfig
2828
run: |
2929
cd buildbot/osuosl/master

0 commit comments

Comments
 (0)