From f27df1e0e94f55a4aae9b04b7ded78f3a33d96a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 11 Dec 2020 23:32:56 +0100 Subject: [PATCH] Not sure why it fails in CI :( Does it fail in isolation? --- .github/workflows/ubuntu-bundler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ubuntu-bundler.yml b/.github/workflows/ubuntu-bundler.yml index 80c5c3466b4c..7ff73a13b055 100644 --- a/.github/workflows/ubuntu-bundler.yml +++ b/.github/workflows/ubuntu-bundler.yml @@ -37,6 +37,7 @@ jobs: working-directory: ./bundler - name: Prepare dependencies run: | + bin/rspec -e understand bin/rake spec:parallel_deps working-directory: ./bundler - name: Run Test