Skip to content

Commit

Permalink
chore(ci): better ci job output (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenrixon committed Apr 13, 2023
1 parent f5da3b0 commit 6bbe29b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: ci
on:
pull_request:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: RSpec
name: ci
on:
pull_request:
push:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
COV=true bin/rspec --require spec_helper --tag ~perf
./cc-test-reporter after-build --coverage-input-type simplecov --exit-code $?
tests:
rspec:
services:
toxiproxy:
image: ghcr.io/shopify/toxiproxy
Expand Down

0 comments on commit 6bbe29b

Please sign in to comment.