Skip to content

Commit 202b041

Browse files
authored
Fix tests with localregistry
1 parent 3f7f5b4 commit 202b041

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ on:
4242
default: true
4343
required: false
4444
type: boolean
45+
localregistry:
46+
type: string
47+
required: false
48+
description: "Add local registries hosted on GitHub. Specified by providing the url (https/ssh) to the repositories as a newline (\n) seperated list. User is responsible for setting up the necessary SSH-Keys to access the repositories if necessary."
49+
default: ""
4550
coverage:
4651
description: "Collect and generate code coverage-related information"
4752
default: true
@@ -92,6 +97,8 @@ jobs:
9297

9398
- uses: julia-actions/julia-buildpkg@v1
9499
if: "${{ inputs.buildpkg }}"
100+
with:
101+
localregistry: "${{ inputs.localregistry }}"
95102

96103
- name: "Run tests ${{ inputs.self-hosted && '' || format('on {0}', inputs.os) }} with Julia v${{ inputs.julia-version }}"
97104
uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)