Skip to content

Commit

Permalink
cleanup of windows debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
tlnagy committed Jan 12, 2024
1 parent cbce06f commit 69897e5
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,10 @@ jobs:
julia --project="." -e '
using Pkg
Pkg.instantiate()'
- if: ${{ matrix.os }} == 'windows-latest'
- if: matrix.os == 'windows-latest'
name: "Run in debug mode on windows"
run: |
$env:JULIA_DEBUG="all"
julia --project="." site/make.jl
env:
AppID: ${{ secrets.APPID }}
AppSecret: ${{ secrets.APPSECRET }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
- if: ${{ matrix.os }} != 'windows-latest'
name: "Run normally"
run: julia --project="." site/make.jl
run: $env:JULIA_DEBUG="all"
- run: julia --project="." site/make.jl
env:
AppID: ${{ secrets.APPID }}
AppSecret: ${{ secrets.APPSECRET }}
Expand Down

0 comments on commit 69897e5

Please sign in to comment.