Skip to content

Commit dc6f5f3

Browse files
committed
first step
1 parent d71e0f0 commit dc6f5f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
arch:
2828
- x64
2929
steps:
30+
- name: Set JULIA_DEBUG environment variable
31+
if: ${{ runner.debug == '1' }}
32+
run: echo "JULIA_DEBUG=all" >> $GITHUB_ENV
3033
- uses: actions/checkout@v2
3134
- uses: julia-actions/setup-julia@v1
3235
with:
@@ -39,7 +42,4 @@ jobs:
3942
- uses: codecov/codecov-action@v4
4043
with:
4144
token: ${{ secrets.CODECOV_TOKEN }}
42-
fail_ci_if_error: false
43-
- name: Set JULIA_DEBUG environment variable
44-
if: ${{ runner.debug == '1' }}
45-
run: export JULIA_DEBUG="all"
45+
fail_ci_if_error: false

0 commit comments

Comments
 (0)