Skip to content

Commit

Permalink
ci(tests): trigger evmos e2e test on changes in geth
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Oct 9, 2023
1 parent 9fa664f commit 101b2bd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish_geth_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,15 @@ jobs:
- name: Run tests
working-directory: ./go-ethereum/core/vm
run: go test -v

- name: Run e2e tests in evmos with current branch
shell: bash
env:
SECRET_TOKEN: ${{ secrets.CONCRETE_ACTIONS_TOKEN }}
run: |
curl -L -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer $SECRET_TOKEN" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/zama-ai/evmos/actions/workflows/ci_e2e_test.yml/dispatches \
-d '{"ref":"v9.1.0-zama","inputs":{"geth_commit":"$GITHUB_SHA"}}'

0 comments on commit 101b2bd

Please sign in to comment.