From 344ffbd38f253356e9fdb8dffda2587279507bfc Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Sat, 23 Sep 2023 05:15:32 -0400 Subject: [PATCH] fix(hive): jobs need experimental flag (#4744) --- .github/workflows/hive.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index b81911dd5..93a6ceba0 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -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