Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
sudeepdino008 committed Aug 2, 2024
1 parent 5d7f7c3 commit ae010ad
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-kurtosis-assertoor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Kurtosis Assertoor GitHub Action
on:
pull_request:
branches:
- main
- kurtosis_assertoor
types:
- opened
- reopened
Expand All @@ -21,5 +21,10 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: ethpandaops/kurtosis-assertoor-github-action@v1
- uses: actions/checkout@v4
- name: Install dependencies on Linux
if: runner.os == 'Linux'
run: sudo apt update && sudo apt install build-essential
- name: Run Kurtosis + assertoor tests
uses: ethpandaops/kurtosis-assertoor-github-action@v1

0 comments on commit ae010ad

Please sign in to comment.