Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 31, 2024
1 parent 981835a commit 02609b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
- uses: julia-actions/julia-runtest@latest
env:
JULIA_DEBUG: 'Main,UnicodePlots'
COLORTERM: 'truecolor' # 24bit
COLORTERM: '24bit'
- uses: julia-actions/julia-runtest@latest
if: startsWith(matrix.os, 'ubuntu')
env:
JULIA_DEBUG: 'Main,UnicodePlots'
COLORTERM: 'yes' # 8bit - 256 colors
COLORTERM: '8bit'
- uses: julia-actions/julia-processcoverage@latest
- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 02609b8

Please sign in to comment.