1
0
Fork 0
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:
Matt Larraz 2021-04-16 13:35:48 -04:00 committed by Daniel Colson
parent c5f953922d
commit b6606abe7a

View file

@ -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