Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Bullrich <javier@bullrich.dev>
  • Loading branch information
rzadp and Bullrich authored Aug 15, 2024
1 parent 1078b07 commit 1c5aafd
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/test-zombienet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,14 @@ concurrency:

jobs:
test-zombienet:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ubuntu-latest
env:
POLKADOT_VERSION: stable2407
steps:
- uses: actions/checkout@v4

- if: contains(matrix.os, 'ubuntu')
uses: ./.github/actions/free-disk-space
- if: contains(matrix.os, 'ubuntu')
uses: ./.github/actions/ubuntu-dependencies
- if: contains(matrix.os, 'macos')
uses: ./.github/actions/macos-dependencies
- uses: ./.github/actions/free-disk-space
- uses: ./.github/actions/ubuntu-dependencies

- name: Build the node individually in release mode
run: cargo build --package parachain-template-node --release
Expand Down

0 comments on commit 1c5aafd

Please sign in to comment.