Skip to content

Commit

Permalink
temp change
Browse files Browse the repository at this point in the history
  • Loading branch information
sudeepdino008 committed Aug 12, 2024
1 parent 889e806 commit 85966ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/kurtosis/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ additional_services:
- assertoor
snooper_enabled: true
assertoor_params:
run_stability_check: true
run_block_proposal_check: true
run_stability_check: false
run_block_proposal_check: false
tests:
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/all-opcodes-test.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/blob-transactions-test.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/dencun-opcodes-test.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/eoa-transactions-test.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/stability-check.yaml
Expand Down
17 changes: 14 additions & 3 deletions .github/workflows/test-kurtosis-assertoor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
name: Kurtosis Assertoor GitHub Action

on:
schedule:
- cron: "0 2,14 * * *" # runs at 2am and 2pm UTC
workflow_dispatch:
pull_request:
branches:
- kurtosis_assertoor
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches:
- kurtosis_assertoor
# schedule:
# - cron: "0 2,14 * * *" # runs at 2am and 2pm UTC
# workflow_dispatch:


jobs:
Expand Down

0 comments on commit 85966ce

Please sign in to comment.