Skip to content

Commit

Permalink
Run Zeus on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Feb 3, 2024
1 parent 32673c0 commit 8f7c515
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/super_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
needs:
- lint
- audit
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -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

0 comments on commit 8f7c515

Please sign in to comment.