Skip to content

Commit

Permalink
CI: enable color for OscarCI diffs (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored May 23, 2023
1 parent 67022a8 commit 6465b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oscar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ jobs:
if: steps.setupdev.outputs.skiptests != 'true'
run: |
echo '${{ env.oscar_run_tests }}'
julia --project=oscar-dev/project/ -e '${{ env.oscar_run_tests }}'
julia --color=yes --project=oscar-dev/project/ -e '${{ env.oscar_run_tests }}'
- name: "Run doctests"
if: steps.setupdev.outputs.skiptests != 'true' && (matrix.julia-version == '~1.8.0-0' || matrix.julia-version == '1.8')
run: |
echo '${{ env.oscar_run_doctests }}'
julia --project=oscar-dev/project/ -e '${{ env.oscar_run_doctests }}'
julia --color=yes --project=oscar-dev/project/ -e '${{ env.oscar_run_doctests }}'

0 comments on commit 6465b9c

Please sign in to comment.