Skip to content

Commit

Permalink
ci(SPV-1271): trigger regression test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dorzepowski committed Dec 7, 2024
1 parent 9117306 commit 7a1a9bc
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/trigger-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,18 @@ on:

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: print
run: echo "Hello, World!"
uses: 4chain-ag/spv-wallet-regression/.github/workflows/run-regression-tests.yaml@support_client_tests
with:
image_tag: ${{ needs.release.outputs.imageVersion }}
run_id: '${{ github.run_id }}-${{ github.run_attempt }}'
keep_instances: ${{ inputs.keep_instances }}
go_client_ref: ${{ github.head_ref || github.ref }}
run_js_client_tests: false
secrets:
MASTER_INSTANCE_URL: ${{ secrets.REG_MASTER_INSTANCE_URL }}
MASTER_INSTANCE_XPRIV: ${{ secrets.REG_MASTER_INSTANCE_XPRIV }}
BLOCK_HEADERS_SERVICE_URL: ${{ secrets.REG_BLOCK_HEADERS_SERVICE_URL }}
BLOCK_HEADERS_SERVICE_AUTH_TOKEN: ${{ secrets.REG_BLOCK_HEADERS_SERVICE_AUTH_TOKEN }}
ARGOCD_SERVER: ${{ secrets.REG_ARGOCD_SERVER }}
ARGOCD_USERNAME: ${{ secrets.REG_ARGOCD_USERNAME }}
ARGOCD_PASSWORD: ${{ secrets.REG_ARGOCD_PASSWORD }}

0 comments on commit 7a1a9bc

Please sign in to comment.