Skip to content

Commit

Permalink
rename workflow name and job
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 19, 2023
1 parent 0113af0 commit b68dedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: test

on: [push, pull_request]

Expand All @@ -9,7 +9,7 @@ jobs:
engine: cruby
min_version: 2.6

build:
test:
needs: ruby-versions
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
Expand Down

0 comments on commit b68dedc

Please sign in to comment.