Skip to content

Commit

Permalink
remove forkless-data migration step
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksandre committed Jun 9, 2023
1 parent f4880cf commit 5666452
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/forkless-update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,18 +251,6 @@ jobs:
if: success() || failure()
run: cat './forkless-parachain-upgrade-data-logs.${{ matrix.network }}/forkless-data.log'

- name: Run AppPromo migration
if: success() || failure()
working-directory: tests
run: |
yarn install
cd src/migrations/942057-appPromotion
/home/ubuntu/.cargo/bin/chainql --tla-str=chainUrl=ws://127.0.0.1:9944 stakersParser.jsonnet > output.json
npx ts-node --esm lockedToFreeze.ts
env:
WS_RPC: ws://127.0.0.1:9944
SUPERUSER_SEED: //Alice

- name: Stop running containers
if: always() # run this step always
run: docker-compose -f ".docker/docker-compose.forkless-data.${{ matrix.network }}.yml" down --volumes
Expand Down

0 comments on commit 5666452

Please sign in to comment.