Skip to content

Commit ea5f2f8

Browse files
committed
[CC-3020] [CC-3020] Update test secrets for UNZER_ONE_PRIVATE_KEY and add concurrency group.
1 parent 4257e19 commit ea5f2f8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/unit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
name: Unit tests
55

6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
9+
610
on:
711
pull_request:
812
workflow_dispatch:
@@ -30,6 +34,7 @@ jobs:
3034
UNZER_NO3DS_PRIVATE_KEY: ${{ secrets.UNZER_NO3DS_PRIVATE_KEY }}
3135
UNZER_LEGACY_PRIVATE_KEY: ${{ secrets.UNZER_LEGACY_PRIVATE_KEY }}
3236
UNZER_ALT_LEGACY_PRIVATE_KEY: ${{ secrets.UNZER_ALT_LEGACY_PRIVATE_KEY }}
37+
UNZER_ONE_PRIVATE_KEY: ${{ secrets.UNZER_ONE_PRIVATE_KEY }}
3338
run: |
3439
mvn -B test --batch-mode --fail-at-end \
3540
-DdefaultPublicKey="$UNZER_PUBLIC_KEY" \

0 commit comments

Comments
 (0)