Skip to content

Commit

Permalink
test-automation integration
Browse files Browse the repository at this point in the history
Signed-off-by: pSchlarb <[email protected]>
  • Loading branch information
pSchlarb committed Mar 10, 2023
1 parent 180011c commit 716f0c9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/Push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- ubuntu-20.04-upgrade
- test-automation-integration
- rocksdbfix
paths:
- '**.py'
Expand Down Expand Up @@ -63,6 +64,18 @@ jobs:
GITHUB_REPOSITORY_NAME: ${{ needs.workflow-setup.outputs.GITHUB_REPOSITORY_NAME }}
UBUNTU_VERSION: ${{ needs.workflow-setup.outputs.UBUNTU_VERSION }}

call-indy-test-automation:
name: Indy-Test-Automation
needs: [build_packages]
uses: pschlarb/indy-test-automation/.github/workflows/callable_test-automation-node.yaml@indy-gha-integration
with:
ubuntuVersion: "ubuntu-2004"
libIndyVersion: "1.15.0~1625-bionic"
includePaymentTests: false
testAutomationBranch: "indy-gha-integration"
debName: "indy-node*.deb"
packageName: "indy_node-deb"

publish_artifacts:
name: Publish Artifacts
needs: [workflow-setup, indy_node_tests]
Expand Down

0 comments on commit 716f0c9

Please sign in to comment.