File tree Expand file tree Collapse file tree 7 files changed +18
-10
lines changed Expand file tree Collapse file tree 7 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 18
18
pull-requests : write
19
19
runs-on : macos-latest
20
20
strategy :
21
+ fail-fast : false
21
22
matrix :
23
+ senzingsdk-version : [production-v4, staging-v4]
22
24
include :
23
25
- dotnet-version : " 8"
24
26
35
37
- name : install Senzing SDK
36
38
uses : senzing-factory/github-action-install-senzing-sdk@v3
37
39
with :
38
- senzingsdk-repository-path : ${{ secrets.SENZING_OSX_BETA_REPOSITORY }}
40
+ senzingsdk-version : ${{ matrix.senzingsdk-version }}
39
41
40
42
- name : configure environment
41
43
run : |
Original file line number Diff line number Diff line change 20
20
pull-requests : write
21
21
runs-on : ubuntu-latest
22
22
strategy :
23
+ fail-fast : false
23
24
matrix :
25
+ senzingsdk-version : [production-v4, staging-v4]
24
26
include :
25
27
- dotnet-version : " 8"
26
28
38
40
uses : senzing-factory/github-action-install-senzing-sdk@v3
39
41
with :
40
42
packages-to-install : " senzingsdk-runtime senzingsdk-setup"
41
- senzingsdk-repository-package : ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_PACKAGE }}
42
- senzingsdk-repository-path : ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_URL }}
43
+ senzingsdk-version : ${{ matrix.senzingsdk-version }}
43
44
44
45
- name : configure local nuget repo
45
46
run : |
Original file line number Diff line number Diff line change 18
18
pull-requests : write
19
19
runs-on : windows-latest
20
20
strategy :
21
+ fail-fast : false
21
22
matrix :
23
+ senzingsdk-version : [production-v4, staging-v4]
22
24
include :
23
25
- dotnet-version : " 8"
24
26
35
37
- name : install Senzing SDK
36
38
uses : senzing-factory/github-action-install-senzing-sdk@v3
37
39
with :
38
- senzingsdk-repository-path : ${{ secrets.SENZING_WIN_BETA_REPOSITORY }}
40
+ senzingsdk-version : ${{ matrix.senzingsdk-version }}
39
41
40
42
- name : configure local nuget repo
41
43
run : |
Original file line number Diff line number Diff line change 13
13
dotnet-format :
14
14
runs-on : ubuntu-latest
15
15
strategy :
16
+ fail-fast : false
16
17
matrix :
18
+ senzingsdk-version : [production-v4, staging-v4]
17
19
include :
18
20
- dotnet-version : " 8"
19
21
31
33
uses : senzing-factory/github-action-install-senzing-sdk@v3
32
34
with :
33
35
packages-to-install : " senzingsdk-runtime senzingsdk-setup"
34
- senzingsdk-repository-package : ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_PACKAGE }}
35
- senzingsdk-repository-path : ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_URL }}
36
+ senzingsdk-version : ${{ matrix.senzingsdk-version }}
36
37
37
38
- name : configure local nuget repo
38
39
run : |
Original file line number Diff line number Diff line change 22
22
matrix :
23
23
java-version : ["17", "21"]
24
24
java-distribution : ["temurin"]
25
+ senzingsdk-version : [production-v4, staging-v4]
25
26
26
27
steps :
27
28
- name : checkout repository
37
38
- name : install Senzing SDK
38
39
uses : senzing-factory/github-action-install-senzing-sdk@v3
39
40
with :
40
- senzingsdk-repository-path : ${{ secrets.SENZING_OSX_BETA_REPOSITORY }}
41
+ senzingsdk-version : ${{ matrix.senzingsdk-version }}
41
42
42
43
- name : configure environment
43
44
run : |
Original file line number Diff line number Diff line change 24
24
matrix :
25
25
java-version : ["17", "21"]
26
26
java-distribution : ["temurin"]
27
+ senzingsdk-version : [production-v4, staging-v4]
27
28
28
29
steps :
29
30
- name : checkout repository
40
41
uses : senzing-factory/github-action-install-senzing-sdk@v3
41
42
with :
42
43
packages-to-install : " senzingsdk-runtime senzingsdk-setup"
43
- senzingsdk-repository-package : ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_PACKAGE }}
44
- senzingsdk-repository-path : ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_URL }}
44
+ senzingsdk-version : ${{ matrix.senzingsdk-version }}
45
45
46
46
- name : build with Maven
47
47
env :
Original file line number Diff line number Diff line change 22
22
matrix :
23
23
java-version : ["17", "21"]
24
24
java-distribution : ["temurin"]
25
+ senzingsdk-version : [production-v4, staging-v4]
25
26
26
27
steps :
27
28
- name : checkout repository
37
38
- name : install Senzing SDK
38
39
uses : senzing-factory/github-action-install-senzing-sdk@v3
39
40
with :
40
- senzingsdk-repository-path : ${{ secrets.SENZING_WIN_BETA_REPOSITORY }}
41
+ senzingsdk-version : ${{ matrix.senzingsdk-version }}
41
42
42
43
- name : build with Maven
43
44
run : |
You can’t perform that action at this time.
0 commit comments