Better CI naming
This commit is contained in:
parent
cf57146260
commit
d476e545b3
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Integration
|
||||
name: Integration tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -7,7 +7,7 @@ on:
|
|||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
test-connect:
|
||||
connect-to-server:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
4
.github/workflows/ruby_rspec.yml
vendored
4
.github/workflows/ruby_rspec.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Ruby Rspec
|
||||
name: Unit tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -7,7 +7,7 @@ on:
|
|||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
run-tests:
|
||||
rspec:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue