test: skip extra endo/init #172
Workflow file for this run
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: Multichain E2E Tests | ||
on: | ||
workflow_dispatch: | ||
workflow_call: | ||
jobs: | ||
orchestration-api-test: | ||
name: Multichain E2E (Orchestration API) | ||
uses: ./multichain-testing/workflows/multichain-e2e-template.yml | ||
with: | ||
config: config.yaml | ||
test_command: test:main | ||
fast-usdc-test: | ||
name: Multichain E2E (Fast USDC) | ||
uses: ./multichain-testing/workflows/multichain-e2e-template.yml | ||
with: | ||
config: config.fusdc.yaml | ||
test_command: test:fast-usdc |