Better CI naming

This commit is contained in:
ChillerDragon 2022-11-11 14:55:44 +01:00
parent cf57146260
commit d476e545b3
2 changed files with 4 additions and 4 deletions

View file

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

View file

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