Skip to content

Commit

Permalink
Update reusable-e2e-tests.yml (#651)
Browse files Browse the repository at this point in the history
add 3rd party rewards
  • Loading branch information
goncer authored Dec 21, 2023
1 parent 85b6ad9 commit f2e77dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jobs:
fast: false
- command: "yarn test-sdk"
fast: true
- command: "yarn test-parallel-3rdPartyRewards"
fast: true

runs-on: [compile]
timeout-minutes: 180
env:
Expand Down
6 changes: 3 additions & 3 deletions devops/parachain-launch/kusama-fast.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
relaychain:
image: mangatasolutions/polkadot:0.9.32-fast-runtime
image: p1k1m4n/polkadot-fast-runtime:1.1.0-6
chain: kusama-local
runtimeGenesisConfig:
configuration:
Expand All @@ -17,9 +17,9 @@ relaychain:
- name: bob

parachains:
- image: mangatasolutions/mangata-node:develop-fast
- image: mangatasolutions/mangata-node:rc-0.31.0-fast
chain:
base: mangata-kusama-local
base: kusama-local
collators:
- alice
- bob
Expand Down

0 comments on commit f2e77dd

Please sign in to comment.