Skip to content

Commit

Permalink
Merge pull request #15 from jaakkor2/fixCI
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
jaakkor2 authored Oct 11, 2024
2 parents 198d94c + 1f4a4d7 commit 83e25d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- master
- main
tags: ['*']
pull_request:
workflow_dispatch:
Expand Down Expand Up @@ -73,6 +73,6 @@ jobs:
shell: julia --project=docs --color=yes {0}
run: |
using Documenter: DocMeta, doctest
using Foolio
DocMeta.setdocmeta!(JMPReader, :DocTestSetup, :(using Foolio); recursive=true)
doctest(Foolio)
using JMPReader
DocMeta.setdocmeta!(JMPReader, :DocTestSetup, :(using JMPReader); recursive=true)
doctest(JMPReader)

0 comments on commit 83e25d2

Please sign in to comment.