From 6bd69489a70e221c0af04a6b4010c41392bd3594 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:44:04 +1100 Subject: [PATCH] give action a name --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc25cc0..3451949 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: [push, pull_request] jobs: test: + name: Run tests runs-on: ubuntu-latest strategy: matrix: