Naming was off.

This commit is contained in:
Jan Mußler 2020-11-16 11:36:16 +01:00
parent 263eb2422a
commit 6e5e38bf54
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: operator-tests
name: operator-e2e-tests
on:
pull_request:
@ -8,6 +8,7 @@ on:
jobs:
tests:
name: End-2-End tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

View File

@ -1,4 +1,4 @@
name: operator-e2e-tests
name: operator-tests
on:
pull_request:
@ -8,6 +8,7 @@ on:
jobs:
tests:
name: Unit tests and coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1