Skip to content

Commit

Permalink
Run the CI app-exchange tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Sep 26, 2023
1 parent 9d8e2a2 commit 300ecde
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/swap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Swap feature tests

on:
workflow_dispatch:
push:
branches:
- main
pull_request:

jobs:
job_functional_tests:
uses: spalmer25/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@palmer/functori/add-new-tezos-app-swap-tests
with:
repo_for_exchange: 'spalmer25/app-exchange'
branch_for_exchange: 'palmer/functori/add-new-tezos-app-swap-tests'
branch_for_tezos: ${{ github.ref }}
run_for_devices: '["nanos", "nanosp"]'
test_filter: '"tezos_new"'

0 comments on commit 300ecde

Please sign in to comment.