Skip to content

Commit

Permalink
Merge pull request #1624 from lukaszstolarczuk/fix-e2e
Browse files Browse the repository at this point in the history
[CI] Fix E2E workflow
  • Loading branch information
pbalcer authored May 17, 2024
2 parents 3b7f35b + b5321f0 commit b7c8930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ jobs:
-DCMAKE_CXX_COMPILER="$(which clang++)"
-DLLVM_LIT="${{github.workspace}}/sycl-repo/llvm/utils/lit/lit.py"
- name: Set test filters
- name: Set test filters for L0
if: matrix.adapter.name == 'L0'
run: |
echo "LIT_XFAIL_NOT=${{inputs.xfail_not}}" >> $GITHUB_ENV
echo "LIT_XFAIL=${{inputs.xfail}}" >> $GITHUB_ENV
Expand Down

0 comments on commit b7c8930

Please sign in to comment.