Skip to content

Commit

Permalink
Merge pull request #23 from LedgerHQ/tests/swap-action
Browse files Browse the repository at this point in the history
Adds a new Github Action for SWAP Testing
  • Loading branch information
joaoccmartins authored Feb 17, 2025
2 parents 01dd1ec + 0aef51e commit 02d07f3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/swap-ci-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
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_aptos: ${{ github.ref }}
test_filter: '"APT or Aptos or aptos"'

0 comments on commit 02d07f3

Please sign in to comment.