Skip to content

Commit

Permalink
change dir
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Oct 9, 2024
1 parent 15e006a commit b9eb476
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check-runtime-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,12 @@ jobs:
with:
fetch-depth: 0

- run: ls
- run: cd parachain

- name: Run ${{ matrix.runtime.name }} try-runtime check
uses: paritytech/[email protected]
with:
runtime-package: ${{ matrix.runtime.package }}
node-uri: ${{ matrix.runtime.uri }}
checks: "all"
extra-args: ""
path: parachain
extra-args: ""

0 comments on commit b9eb476

Please sign in to comment.