You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/Tests.yml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,11 @@ on:
42
42
default: true
43
43
required: false
44
44
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: ""
45
50
coverage:
46
51
description: "Collect and generate code coverage-related information"
47
52
default: true
@@ -92,6 +97,8 @@ jobs:
92
97
93
98
- uses: julia-actions/julia-buildpkg@v1
94
99
if: "${{ inputs.buildpkg }}"
100
+
with:
101
+
localregistry: "${{ inputs.localregistry }}"
95
102
96
103
- name: "Run tests ${{ inputs.self-hosted && '' || format('on {0}', inputs.os) }} with Julia v${{ inputs.julia-version }}"
0 commit comments