Skip to content

Commit ed615ef

Browse files
test again
1 parent 446a96d commit ed615ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "matrix=$(cat test_matrix.json | tr -s '\n' ' ')" >> $GITHUB_OUTPUT
4343
4444
acceptance:
45-
name: "Acceptance tests (${{matrix.platform}}, ${{matrix.collection}}, GEM ${{matrix.gem_version}})"
45+
name: "Acceptance tests (${{matrix.platform}}, ${{matrix.collection}}, ${{matrix.gem_version}})"
4646
needs:
4747
- setup_matrix
4848
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}

0 commit comments

Comments
 (0)