Skip to content

Commit

Permalink
Use General Julia Registry for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anchal-physics committed Sep 30, 2024
1 parent 6512908 commit 2d0ff37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/compat_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ jobs:
CompatHelper:
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/compat_helper.yml@master
secrets: inherit
with:
use_FuseRegistry: false
4 changes: 3 additions & 1 deletion .github/workflows/make_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ on:

jobs:
make_docs:
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/make_docs.yml@master
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/make_docs.yml@master
with:
use_FuseRegistry: false
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
secrets: inherit
with:
use_coverage: true
use_FuseRegistry: false
# Optional inputs for artifact uploading
# For example, uncomment the following 4 lines to upload test result images that
# will be generated by test/runtests.jl in test directory
Expand Down

0 comments on commit 2d0ff37

Please sign in to comment.