Skip to content

Commit

Permalink
fix(hive): jobs need experimental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Sep 23, 2023
1 parent 675c6bf commit 3f94d3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,19 @@ jobs:
# Pyspec merge and earlier jobs
- sim: pyspec
include: [merge/]
experimental: true
- sim: pyspec
include: [berlin/]
experimental: true
- sim: pyspec
include: [istanbul/]
experimental: true
- sim: pyspec
include: [homestead/]
experimental: true
- sim: pyspec
include: [frontier/]
experimental: true
fail-fast: false
needs: prepare
name: run
Expand Down

0 comments on commit 3f94d3c

Please sign in to comment.