chore: rename build on CI

This commit is contained in:
Simon Cruanes 2022-02-22 23:09:50 -05:00
parent e9e959eb6c
commit 1b92e905e4
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
name: Build compatibility test name: compat
on: on:
push: push:
@ -11,7 +11,7 @@ on:
jobs: jobs:
run: run:
name: Build compatibility test name: build
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:

View file

@ -1,4 +1,4 @@
name: Build and test name: build and test
on: on:
push: push:
@ -10,7 +10,7 @@ on:
jobs: jobs:
run: run:
name: Build name: build
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix: