From 2ca7e74b8637b87e7046be71359e86845f9309a7 Mon Sep 17 00:00:00 2001 From: Sjur Sutterud Sagen Date: Thu, 25 Apr 2024 09:52:19 +0200 Subject: [PATCH] Update ci-tests.yml Add a name to the job that runs the tests, so the workflow/job (hopefully) show up in the branch protection rules lists, so we can enforce passing the tests in PRs. --- .github/workflows/ci-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 5089df3a..9a1fc620 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -11,6 +11,7 @@ on: jobs: build: + name: Node CI Tests runs-on: ubuntu-latest