Skip to content

Commit

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

- run: cd parachain
- run: |
pwd
ls
cd parachain
ls
- name: Run ${{ matrix.runtime.name }} try-runtime check
uses: paritytech/try-runtime-gha@v0.2.0
Expand Down

0 comments on commit dc72da5

Please sign in to comment.