Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored Mar 14, 2024
1 parent 87dfbe0 commit 691e22a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,7 @@ jobs:
image: docker.io/paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240109
steps:
- uses: actions/checkout@v3
- name: Print cargo tree in pallet
- name: Build node
run:
cargo tree --depth 1
working-directory: pallets/template
- name: Print cargo tree in runtime
run:
cargo tree --depth 1
working-directory: runtime
- name: Print cargo tree in node
run:
cargo tree --depth 1
cargo build -p minimal-template-node
working-directory: node

0 comments on commit 691e22a

Please sign in to comment.