Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danlooo committed Dec 20, 2023
1 parent f25b1a5 commit d292fd7
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,11 @@ jobs:
Pkg.instantiate()'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - run: |
# julia --project=docs -e '
# using Documenter: DocMeta, doctest
# using OpenEOClient
# DocMeta.setdocmeta!(OpenEOClient, :DocTestSetup, :(using OpenEOClient); recursive=true)
# doctest(OpenEOClient)'
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
julia --project=docs -e '
using Documenter: DocMeta, doctest
using OpenEOClient
DocMeta.setdocmeta!(OpenEOClient, :DocTestSetup, :(using OpenEOClient); recursive=true)
doctest(OpenEOClient)'

0 comments on commit d292fd7

Please sign in to comment.