Skip to content

Commit 7fcb79a

Browse files
committed
[CC-3020] Map UNZER_ONE_PRIVATE_KEY env var to test config property.
1 parent ea5f2f8 commit 7fcb79a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
-DdefaultPrivateKey="$UNZER_DEFAULT_PRIVATE_KEY" \
4242
-Dno3dsPrivateKey="$UNZER_NO3DS_PRIVATE_KEY" \
4343
-DlegacyPrivateKey="$UNZER_LEGACY_PRIVATE_KEY" \
44-
-DaltLegacyPrivateKey="$UNZER_ALT_LEGACY_PRIVATE_KEY"
44+
-DaltLegacyPrivateKey="$UNZER_ALT_LEGACY_PRIVATE_KEY" \
45+
-DunzerOnePrivateKey="$UNZER_ONE_PRIVATE_KEY"
4546
4647
- name: Publish Test Report
4748
if: success() || failure()

0 commit comments

Comments
 (0)