Skip to content

Commit

Permalink
test: trigger sequencer e2e tests (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Jun 26, 2023
1 parent 1922deb commit da86312
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/sequencer-e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Sequencer-Contracts e2e test

on:
pull_request:
branches: main
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
sequencer-contracts-e2e:
runs-on: ubuntu-latest-16-core
steps:
- uses: convictional/[email protected]
with:
owner: topos-network
repo: e2e-tests
github_token: ${{ secrets.ROBOT_PAT_TRIGGER_E2E_WORKFLOWS }}
workflow_file_name: topos:sequencer-contracts.yml
ref: main
wait_interval: 60
client_payload: '{ "topos-smart-contracts-ref": "${{ github.head_ref }}" }'

0 comments on commit da86312

Please sign in to comment.