Skip to content

Commit

Permalink
add sanity pass for list, and remove blockscout test for multiple l2
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Aug 29, 2024
1 parent 4001172 commit a863cfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/tests/blockscout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,5 @@ optimism_package:
- el_type: op-geth
network_params:
name: op-rollup-one
network_id: '3151909'
additional_services:
- blockscout
- participants:
- el_type: op-geth
network_params:
name: op-rollup-two
network_id: '3151910'
additional_services:
- blockscout
4 changes: 4 additions & 0 deletions src/package_io/sanity_check.star
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ def validate_params(plan, input_args, category, allowed_params):


def sanity_check(plan, input_args):

if type(input_args) == "list":
return "Cant bother with your input, you shall pass"

# Checks participants
deep_validate_params(
plan, input_args, "participants", PARTICIPANT_CATEGORIES["participants"]
Expand Down

0 comments on commit a863cfb

Please sign in to comment.