Skip to content

Commit

Permalink
remove unneeded extra check
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jun 3, 2024
1 parent 8362bb8 commit a2f5570
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/per-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,6 @@ concurrency:
cancel-in-progress: true

jobs:
run_starlark:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Kurtosis
run: |
echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
sudo apt update
sudo apt install kurtosis-cli
kurtosis analytics disable
- name: Run Starlark
run: kurtosis run ${{ github.workspace }} --args-file network_params.yaml

run_with_args:
strategy:
matrix:
Expand Down

0 comments on commit a2f5570

Please sign in to comment.