Skip to content

Commit dde6939

Browse files
author
Github action runner
committed
Fix [skip tests]
1 parent 00b86de commit dde6939

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,15 @@ jobs:
1414
self-runner:
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
ZE_ENABLE_VALIDATION_LAYER: '1'
18+
ZE_ENABLE_PARAMETER_VALIDATION: '1'
19+
EnableDebugBreak: '0'
1720
runs-on: [self-hosted, linux, X64]
1821
strategy:
1922
matrix:
2023
os: [ubuntu-latest]
2124
julia-version: ['1']
2225
julia-arch: [x64]
23-
env:
24-
ZE_ENABLE_VALIDATION_LAYER: '1'
25-
ZE_ENABLE_PARAMETER_VALIDATION: '1'
26-
EnableDebugBreak: '0'
27-
2826
steps:
2927
- uses: actions/checkout@v4
3028
- uses: julia-actions/setup-julia@latest

0 commit comments

Comments
 (0)