Skip to content

Commit

Permalink
change acceptance test to run on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Aug 14, 2024
1 parent 9eaeb72 commit 64a7a6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: acceptance

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

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/tests/acceptance/__snapshots__/sdk.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,13 @@ exports[`sdk > getParachainBalances > on 'Moonbeam' for address: '0x4E82143Af671
"originSymbol": "NCTR",
"symbol": "NCTR",
},
a {
"amount": 0n,
"decimals": 10,
"key": "wifd",
"originSymbol": "WIFD",
"symbol": "WIFD",
},
a {
"amount": 0n,
"decimals": 10,
Expand Down

0 comments on commit 64a7a6b

Please sign in to comment.