From f98c6541f41c0c5169e170c21c324865a1678190 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Tue, 23 Jul 2024 13:44:54 -0700 Subject: [PATCH] Remove Matrix Info From Test Names These are nice sometimes, but they don't play well with github's UI and branch protection setup. Let's use plain names and see how that feels. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44248b31b2..33d3f74f4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: pnpm run lint test: - name: ${{matrix.workspace}} Test (${{ matrix.node-version }}) + name: Test runs-on: ubuntu-latest timeout-minutes: 15 needs: [lint] @@ -70,7 +70,7 @@ jobs: retention-days: 7 build: - name: ${{matrix.workspace}} Build (${{ matrix.node-version }}) + name: Build runs-on: ubuntu-latest timeout-minutes: 10 strategy: @@ -97,7 +97,7 @@ jobs: run: pnpm --filter ${{matrix.workspace}} run build test-with-embroider: - name: ${{matrix.workspace}} Test With Embroider + name: Test With Embroider runs-on: ubuntu-latest timeout-minutes: 15 strategy: @@ -130,7 +130,7 @@ jobs: retention-days: 7 build-with-embroider: - name: ${{matrix.workspace}} Build With Embroider + name: Build With Embroider runs-on: ubuntu-latest timeout-minutes: 10 strategy: