-
-
Notifications
You must be signed in to change notification settings - Fork 5
22 lines (19 loc) · 683 Bytes
/
ci.yml
File metadata and controls
22 lines (19 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: ci
on:
- push
- pull_request
- workflow_dispatch
jobs:
ci:
uses: killbill/gh-actions-shared/.github/workflows/ci.yml@main
with:
test-profile-matrix: '[ "travis", "integration-mysql", "integration-postgresql" ]'
secrets:
extra-env: '{"QUALPAY_API_KEY": "${{ secrets.QUALPAY_API_KEY }}", "QUALPAY_MERCHANT_ID": "${{ secrets.QUALPAY_MERCHANT_ID }}" }'
integration_test:
uses: killbill/gh-actions-shared/.github/workflows/integration_test.yml@main
with:
plugin_name: 'qualpay'
integration_tests_goal: 'test:plugins:qualpay'
ddl_file: 'src/main/resources/ddl.sql'
integration_tests_ref: 'refs/heads/master'