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 ae010ad commit 0862632
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions .github/workflows/test-kurtosis-assertoor.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
name: Kurtosis Assertoor GitHub Action

on:
pull_request:
branches:
- kurtosis_assertoor
types:
- opened
- reopened
- synchronize
- ready_for_review
pull_request:
branches:
- kurtosis_assertoor
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches:
- kurtosis_assertoor

jobs:
assertoor_test:
strategy:
matrix:
# list of os: https://github.com/actions/virtual-environments
os:
#- ubuntu-22.04
- macos-14
runs-on: ${{ matrix.os }}

steps:
- 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
assertoor_test:
strategy:
matrix:
# list of os: https://github.com/actions/virtual-environments
os:
# - ubuntu-22.04
- macos-14
runs-on: ${{ matrix.os }}

steps:
- 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 0862632

Please sign in to comment.