Skip to content

Commit

Permalink
testing 3
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Oct 9, 2024
1 parent b57baf9 commit 961049c
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/check-runtime-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,18 @@ jobs:
with:
fetch-depth: 0

- name: Run ${{ matrix.runtime.name }} try-runtime check
run: |
- run: |
pwd
echo "---------"
ls
echo "---------"
cd parachain
npx try-runtime-gha@v0.2.0 \
--runtime-package ${{ matrix.runtime.package }} \
--node-uri ${{ matrix.runtime.uri }} \
--checks "all" \
--extra-args ""
ls
- name: Run ${{ matrix.runtime.name }} try-runtime check
uses: paritytech/try-runtime-gha@v0.2.0
with:
runtime-package: ./parachain/${{ matrix.runtime.package }}
node-uri: ${{ matrix.runtime.uri }}
checks: "all"
extra-args: ""

0 comments on commit 961049c

Please sign in to comment.