Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/3rdparty-r…
Browse files Browse the repository at this point in the history
…ewards
  • Loading branch information
mateuszaaa committed Sep 28, 2023
2 parents af3a2e0 + ff1226b commit 2ef932d
Show file tree
Hide file tree
Showing 6 changed files with 170 additions and 251 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18.16.1'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'

Expand All @@ -189,7 +189,8 @@ jobs:

- name: Install e2e tests dependencies
working-directory: e2eTests
run: yarn
# TODO: remove cache clean later
run: yarn cache clean; yarn

- name: Run parachain launch
working-directory: devops/parachain-launch
Expand Down
2 changes: 1 addition & 1 deletion devops/helmfiles/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ environments:
---
repositories:
- name: mangata-node
url: git+https://github.com/mangata-finance/helm-charts@charts?ref=node-v1.2.0
url: git+https://github.com/mangata-finance/helm-charts@charts?ref=node-v1.3.0
- name: mangata-relaychain
url: git+https://github.com/mangata-finance/helm-charts@charts?ref=relaychain-testnet-v1.0.0

Expand Down
Loading

0 comments on commit 2ef932d

Please sign in to comment.