Skip to content

Commit

Permalink
update validate all
Browse files Browse the repository at this point in the history
  • Loading branch information
sokoli1 committed Feb 7, 2024
1 parent c9def25 commit 39d200b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/validate-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
with:
package-name: pnap_payments_api
test-file: pnap_payments_api_test.py
build-and-test-billingapi:
uses: ./.github/workflows/_common.yml
with:
package-name: pnap_billing_api
test-file: pnap_billing_api_test.py

run-generic-tests:
uses: ./.github/workflows/_test.yml
Expand All @@ -79,6 +84,7 @@ jobs:
- build-and-test-locationapi
- build-and-test-invoicingapi
- build-and-test-paymentsapi
- build-and-test-billingapi
- run-generic-tests
runs-on: ubuntu-20.04
if: always()
Expand Down

0 comments on commit 39d200b

Please sign in to comment.