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 1818 pull-requests : write
1919 runs-on : macos-latest
2020 strategy :
21+ fail-fast : false
2122 matrix :
23+ senzingsdk-version : [production-v4, staging-v4]
2224 include :
2325 - dotnet-version : " 8"
2426
3537 - name : install Senzing SDK
3638 uses : senzing-factory/github-action-install-senzing-sdk@v3
3739 with :
38- senzingsdk-repository-path : ${{ secrets.SENZING_OSX_BETA_REPOSITORY }}
40+ senzingsdk-version : ${{ matrix.senzingsdk-version }}
3941
4042 - name : configure environment
4143 run : |
Original file line number Diff line number Diff line change 2020 pull-requests : write
2121 runs-on : ubuntu-latest
2222 strategy :
23+ fail-fast : false
2324 matrix :
25+ senzingsdk-version : [production-v4, staging-v4]
2426 include :
2527 - dotnet-version : " 8"
2628
3840 uses : senzing-factory/github-action-install-senzing-sdk@v3
3941 with :
4042 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 }}
4344
4445 - name : configure local nuget repo
4546 run : |
Original file line number Diff line number Diff line change 1818 pull-requests : write
1919 runs-on : windows-latest
2020 strategy :
21+ fail-fast : false
2122 matrix :
23+ senzingsdk-version : [production-v4, staging-v4]
2224 include :
2325 - dotnet-version : " 8"
2426
3537 - name : install Senzing SDK
3638 uses : senzing-factory/github-action-install-senzing-sdk@v3
3739 with :
38- senzingsdk-repository-path : ${{ secrets.SENZING_WIN_BETA_REPOSITORY }}
40+ senzingsdk-version : ${{ matrix.senzingsdk-version }}
3941
4042 - name : configure local nuget repo
4143 run : |
Original file line number Diff line number Diff line change 1313 dotnet-format :
1414 runs-on : ubuntu-latest
1515 strategy :
16+ fail-fast : false
1617 matrix :
18+ senzingsdk-version : [production-v4, staging-v4]
1719 include :
1820 - dotnet-version : " 8"
1921
3133 uses : senzing-factory/github-action-install-senzing-sdk@v3
3234 with :
3335 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 }}
3637
3738 - name : configure local nuget repo
3839 run : |
Original file line number Diff line number Diff line change 2222 matrix :
2323 java-version : ["17", "21"]
2424 java-distribution : ["temurin"]
25+ senzingsdk-version : [production-v4, staging-v4]
2526
2627 steps :
2728 - name : checkout repository
3738 - name : install Senzing SDK
3839 uses : senzing-factory/github-action-install-senzing-sdk@v3
3940 with :
40- senzingsdk-repository-path : ${{ secrets.SENZING_OSX_BETA_REPOSITORY }}
41+ senzingsdk-version : ${{ matrix.senzingsdk-version }}
4142
4243 - name : configure environment
4344 run : |
Original file line number Diff line number Diff line change 2424 matrix :
2525 java-version : ["17", "21"]
2626 java-distribution : ["temurin"]
27+ senzingsdk-version : [production-v4, staging-v4]
2728
2829 steps :
2930 - name : checkout repository
4041 uses : senzing-factory/github-action-install-senzing-sdk@v3
4142 with :
4243 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 }}
4545
4646 - name : build with Maven
4747 env :
Original file line number Diff line number Diff line change 2222 matrix :
2323 java-version : ["17", "21"]
2424 java-distribution : ["temurin"]
25+ senzingsdk-version : [production-v4, staging-v4]
2526
2627 steps :
2728 - name : checkout repository
3738 - name : install Senzing SDK
3839 uses : senzing-factory/github-action-install-senzing-sdk@v3
3940 with :
40- senzingsdk-repository-path : ${{ secrets.SENZING_WIN_BETA_REPOSITORY }}
41+ senzingsdk-version : ${{ matrix.senzingsdk-version }}
4142
4243 - name : build with Maven
4344 run : |
You can’t perform that action at this time.
0 commit comments