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 35ee483 commit 8b59d52Copy full SHA for 8b59d52
.github/workflows/CI.yml
@@ -39,4 +39,7 @@ jobs:
39
- uses: codecov/codecov-action@v4
40
with:
41
token: ${{ secrets.CODECOV_TOKEN }}
42
- fail_ci_if_error: false
+ 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