We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4257e19 commit ea5f2f8Copy full SHA for ea5f2f8
1 file changed
.github/workflows/unit.yml
@@ -3,6 +3,10 @@
3
4
name: Unit tests
5
6
+concurrency:
7
+ group: ${{ github.workflow }}-${{ github.ref }}
8
+ cancel-in-progress: true
9
+
10
on:
11
pull_request:
12
workflow_dispatch:
@@ -30,6 +34,7 @@ jobs:
30
34
UNZER_NO3DS_PRIVATE_KEY: ${{ secrets.UNZER_NO3DS_PRIVATE_KEY }}
31
35
UNZER_LEGACY_PRIVATE_KEY: ${{ secrets.UNZER_LEGACY_PRIVATE_KEY }}
32
36
UNZER_ALT_LEGACY_PRIVATE_KEY: ${{ secrets.UNZER_ALT_LEGACY_PRIVATE_KEY }}
37
+ UNZER_ONE_PRIVATE_KEY: ${{ secrets.UNZER_ONE_PRIVATE_KEY }}
33
38
run: |
39
mvn -B test --batch-mode --fail-at-end \
40
-DdefaultPublicKey="$UNZER_PUBLIC_KEY" \
0 commit comments