mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Improve Github Actions labels
This commit is contained in:
parent
c5f953922d
commit
b6606abe7a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -1,9 +1,11 @@
|
||||||
|
name: Build
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}
|
||||||
continue-on-error: ${{ matrix.allow_failure || false }}
|
continue-on-error: ${{ matrix.allow_failure || false }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Reference in a new issue