Naming was off.
This commit is contained in:
parent
263eb2422a
commit
6e5e38bf54
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue