Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

test: trigger sequencer e2e tests #94

Merged
merged 1 commit into from
Jun 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}" }'