From 8f7c5150d8e0b0e9a5f0ac193a1aa7f7306c4178 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Sat, 3 Feb 2024 16:14:11 -0700 Subject: [PATCH] Run Zeus on CI --- .github/workflows/super_diff.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/super_diff.yml b/.github/workflows/super_diff.yml index 73d7a9d4..7c2eeef5 100644 --- a/.github/workflows/super_diff.yml +++ b/.github/workflows/super_diff.yml @@ -79,7 +79,7 @@ jobs: needs: - lint - audit - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: @@ -103,5 +103,14 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true + - name: Install Zeus + run: gem install zeus + - name: Start Zeus + uses: JarvusInnovations/background-action + with: + run: zeus start & + wait-on: socket:zeus.sock + tail: true + wait-for: 5s - name: Run tests run: bundle exec rake --trace