Update workflow calls

This commit is contained in:
Abdul Rabbani 2022-06-09 12:03:52 -04:00
parent 3bc224ee83
commit eab59cebc4
3 changed files with 14 additions and 8 deletions

View File

@ -187,12 +187,6 @@ jobs:
cd ipld-ethcl-indexer
make integration-test-ci
system-testing:
uses: ./.github/workflows/system-tests.yml
with:
stack-orchestrator-ref: ${{ env.stack-orchestrator-ref }}
ipld-ethcl-db-ref: ${{ env.ipld-ethcl-db-ref }}
golangci:
runs-on: ubuntu-latest
steps:

View File

@ -25,7 +25,7 @@ on:
- ".github/workflows/tests.yml"
- "**"
schedule:
- cron: '0 13 * * *'
- cron: '0 13 * * *' # Must be single quotes!!
jobs:
trigger-tests:
@ -36,3 +36,8 @@ jobs:
ssz-data-ref: ${{ github.event.inputs.ssz-data-ref }}
secrets:
GHA_KEY: ${{secrets.GHA_KEY}}
system-testing:
uses: ./.github/workflows/system-tests.yml
with:
stack-orchestrator-ref: ${{ github.event.inputs.stack-orchestrator-ref }}
ipld-ethcl-db-ref: ${{ github.event.inputs.ipld-ethcl-db-ref }}

View File

@ -11,10 +11,17 @@ jobs:
ssz-data-ref: ${{ github.event.inputs.ssz-data-ref }}
secrets:
GHA_KEY: ${{secrets.GHA_KEY}}
system-testing:
uses: ./.github/workflows/system-tests.yml
with:
stack-orchestrator-ref: ${{ github.event.inputs.stack-orchestrator-ref }}
ipld-ethcl-db-ref: ${{ github.event.inputs.ipld-ethcl-db-ref }}
build:
name: Run docker build
runs-on: ubuntu-latest
needs: trigger-tests
needs:
- trigger-tests
- system-testing
steps:
- uses: actions/checkout@v2
- name: Get the version