Skip to content

Commit

Permalink
fix acceptance tests and make them run on push (#324)
Browse files Browse the repository at this point in the history
* change acceptance test to run on all branches

* add changeset
  • Loading branch information
Rihyx authored Aug 14, 2024
1 parent 9eaeb72 commit 22603d0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-insects-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moonbeam-network/xcm-sdk': patch
---

Fix acceptance tests and make them run on every push
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 22603d0

Please sign in to comment.