We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9778f commit 84583ffCopy full SHA for 84583ff
.github/workflows/litmus-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
pip install buildbot{,-worker}==3.11.7 urllib3
24
echo "PATH=$PATH" >> "$GITHUB_ENV"
25
- name: Run lit tests
26
- 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
27
- name: Run buildbot checkconfig
28
run: |
29
cd buildbot/osuosl/master
0 commit comments