E2E Tests #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: E2E Tests | |
on: | |
workflow_dispatch: | |
inputs: | |
selected_pipelines: | |
description: "Space-separated list of pipelines to run (e.g. 'bridge_token_near_to_evm another_pipeline')" | |
required: false | |
default: "bridge_token_near_to_evm" | |
jobs: | |
e2e-tests: | |
name: E2E Tests | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v3 |