File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 default : " deps"
3434 required : false
3535 type : string
36- allow-reresolve :
37- description : " Allow Pkg to re-resolve (and thus relax) the downgraded environment when running tests"
38- default : false
39- required : false
40- type : boolean
4136 self-hosted :
4237 description : " Run the job on a self hosted machine"
4338 default : false
7368 - uses : julia-actions/julia-runtest@v1
7469 with :
7570 project : " ${{ inputs.project }}"
76- allow_reresolve : " ${{ inputs.allow-reresolve }} "
71+ allow_reresolve : false
7772 env :
7873 GROUP : " ${{ inputs.group }}"
Original file line number Diff line number Diff line change 2727 default : " "
2828 required : false
2929 type : string
30- allow-reresolve :
31- description : " Allow the test environment to resolve transitive/test-only deps the downgrade step does not lock"
32- default : true
33- required : false
34- type : boolean
3530 group-env-name :
3631 description : " Optional env var name to set as the test group for each sublibrary (e.g. ODEDIFFEQ_TEST_GROUP)"
3732 default : " "
@@ -109,4 +104,4 @@ jobs:
109104 - uses : julia-actions/julia-runtest@v1
110105 with :
111106 project : ${{ matrix.project }}
112- allow_reresolve : ${{ inputs.allow-reresolve }}
107+ allow_reresolve : false
You can’t perform that action at this time.
0 commit comments