Use reusable workflow for swap tests
This commit is contained in:
16
.github/workflows/swap-ci-workflow.yml
vendored
Normal file
16
.github/workflows/swap-ci-workflow.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Swap functional tests
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
job_functional_tests:
|
||||
uses: LedgerHQ/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@develop
|
||||
with:
|
||||
branch_for_ethereum: ${{ github.ref }}
|
||||
test_filter: '"ETH or eth or Ethereum or ethereum"'
|
||||
Reference in New Issue
Block a user