From 4d77c0eab3223aac600c52318d6091007df63baa Mon Sep 17 00:00:00 2001 From: William Bakst Date: Thu, 9 Nov 2023 12:05:01 -0800 Subject: [PATCH] chore: update test.yml action to have name tests so the badge looks better --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0a4840..fc81019 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Test +name: tests run-name: ${{ github.actor }} is testing the package on: