From ed615effe6f5364c40a56cad8cc5dbdbe44bd047 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 20 Jun 2024 11:03:06 +1000 Subject: [PATCH] test again --- .github/workflows/acceptance_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acceptance_test.yml b/.github/workflows/acceptance_test.yml index 77ef607..925e4e7 100644 --- a/.github/workflows/acceptance_test.yml +++ b/.github/workflows/acceptance_test.yml @@ -42,7 +42,7 @@ jobs: echo "matrix=$(cat test_matrix.json | tr -s '\n' ' ')" >> $GITHUB_OUTPUT acceptance: - name: "Acceptance tests (${{matrix.platform}}, ${{matrix.collection}}, GEM ${{matrix.gem_version}})" + name: "Acceptance tests (${{matrix.platform}}, ${{matrix.collection}}, ${{matrix.gem_version}})" needs: - setup_matrix if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}