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:
Reactor Scram
2024-04-12 13:15:11 -05:00
committed by GitHub
parent a0e69813c0
commit c01c3c1dd8

View File

@@ -70,7 +70,7 @@ on:
jobs:
integration-tests:
name: integration-tests-${{ matrix.test }}
name: ${{ matrix.test }}
runs-on: ubuntu-22.04
permissions:
contents: read