Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
skip: Pkg, TOML
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
ALLOW_RERESOLVE: false
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ALLOW_RERESOLVE: false
allow_reresolve: false

For consistency with the description at https://github.com/julia-actions/julia-runtest/blob/bf008bfadced7cc32449d5fd7c2cb95466244589/action.yml#L38-L40 ?

```

The action requires Julia to be installed, so must occur after `setup-julia`. It runs just
Expand Down