Set better names for different integration tests

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2022-10-18 12:05:17 +02:00
parent 2bf50bc205
commit 4cb7d63e8b
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ name: CI
on: [pull_request]
jobs:
integration-test:
integration-test-cli:
runs-on: ubuntu-latest
steps:

View File

@ -3,7 +3,7 @@ name: CI
on: [pull_request]
jobs:
integration-test:
integration-test-derp:
runs-on: ubuntu-latest
steps:

View File

@ -3,7 +3,7 @@ name: CI
on: [pull_request]
jobs:
integration-test:
integration-test-general:
runs-on: ubuntu-latest
steps:

View File

@ -3,7 +3,7 @@ name: CI
on: [pull_request]
jobs:
integration-test:
integration-test-oidc:
runs-on: ubuntu-latest
steps:

View File

@ -3,7 +3,7 @@ name: CI
on: [pull_request]
jobs:
integration-test:
integration-test-v2-general:
runs-on: ubuntu-latest
steps: