Skip to content

Commit

Permalink
print proper name for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
swiknaba committed Jul 18, 2023
1 parent 8f1fe26 commit 8935521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI
on: [push]
jobs:
test:
name: "Tests: Ruby ${{ matrix.ruby }} / Redis ${{ matrix.redis-version }}"
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
- name: Run Sorbet Typechecks
run: bundle exec spoom tc
lint:
name: Linters
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
Expand Down

0 comments on commit 8935521

Please sign in to comment.