mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
test(integration): remove redundant integration-test- prefix (#4601)
They all have the same prefix anyway, and it uses up real estate in the CI page **After** <img width="311" alt="image" src="https://github.com/firezone/firezone/assets/13400041/8028f9bf-5c13-4170-9e01-06bfd393751c"> **Before** <img width="292" alt="image" src="https://github.com/firezone/firezone/assets/13400041/8cabf67e-6be2-4719-b06f-4a76cf5c8111">
This commit is contained in:
2
.github/workflows/_integration_tests.yml
vendored
2
.github/workflows/_integration_tests.yml
vendored
@@ -70,7 +70,7 @@ on:
|
||||
|
||||
jobs:
|
||||
integration-tests:
|
||||
name: integration-tests-${{ matrix.test }}
|
||||
name: ${{ matrix.test }}
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user