Skip to content

Commit

Permalink
add step names to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vlandau committed Jan 29, 2024
1 parent 1b13095 commit fbae7c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,14 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- run: |
- name: Install deps
run: |
julia --project=docs -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
- run: |
- name: Test and build docs
run: |
julia --project=docs -e '
using Documenter: doctest
using Omniscape
Expand Down

0 comments on commit fbae7c5

Please sign in to comment.