Skip to content

Commit 8b59d52

Browse files
committed
added: show @debug message in CI if debug logging is activated
1 parent 35ee483 commit 8b59d52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,7 @@ jobs:
3939
- uses: codecov/codecov-action@v4
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
42-
fail_ci_if_error: false
42+
fail_ci_if_error: false
43+
- name: Set JULIA_DEBUG environment variable
44+
if: ${{ runner.debug == '1' }}
45+
run: echo "JULIA_DEBUG=all" >> $GITHUB_ENV

0 commit comments

Comments
 (0)