From 99598f2ade7c514f31f0be7a72be4e7494296f65 Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Wed, 16 Aug 2023 10:59:14 +1200 Subject: [PATCH] chore(gha): add a name to CI step --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ac081dc76..1e287ad36 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -49,7 +49,8 @@ jobs: ${{ runner.os }}- - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - - shell: julia --color=yes --project {0} + - name: Run live tests + shell: julia --color=yes --project {0} run: | import Pkg Pkg.test(test_args=["--live"], coverage=true)