File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 version : ' 1' # TODO: 1
4242 - uses : julia-actions/cache@v1
4343 - name : Install dependencies
44- run : julia --project=${{ matrix.pkg.dir}}/docs/ -e '
44+ run : julia --project=${{ matrix.pkg.dir}}/docs/ --color=yes - e '
4545 using Pkg;
4646 Pkg.Registry.update();
4747 if "${{ matrix.pkg.name}}" == "DifferentiationInterface";
5454 env :
5555 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
5656 DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
57- run : julia --project=${{ matrix.pkg.dir}}/docs/ ${{ matrix.pkg.dir}}/docs/make.jl
57+ run : julia --project=${{ matrix.pkg.dir}}/docs/ --color=yes ${{ matrix.pkg.dir}}/docs/make.jl
Original file line number Diff line number Diff line change 6969 - uses : julia-actions/cache@v2
7070 - name : Install dependencies & run tests
7171 # how to add the local DIT to the DI test env?
72- run : julia --project=./DifferentiationInterface -e '
72+ run : julia --project=./DifferentiationInterface --color=yes - e '
7373 using Pkg;
7474 Pkg.Registry.update();
7575 Pkg.test("DifferentiationInterface"; coverage=true);'
@@ -117,7 +117,7 @@ jobs:
117117 arch : x64
118118 - uses : julia-actions/cache@v2
119119 - name : Install dependencies & run tests
120- run : julia --project=./DifferentiationInterfaceTest -e '
120+ run : julia --project=./DifferentiationInterfaceTest --color=yes - e '
121121 using Pkg;
122122 Pkg.Registry.update();
123123 Pkg.develop(path="./DifferentiationInterface");
You can’t perform that action at this time.
0 commit comments