From 378e1f59647c48a5a69f4964da9df4cbae1c77b2 Mon Sep 17 00:00:00 2001 From: David G Rosenberg Date: Sat, 13 May 2023 23:30:44 +0800 Subject: [PATCH] Updated job names --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 10aaa2a..1b1eaec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - run: shellcheck ./src/* - build: + test: strategy: matrix: os: ['macos-latest', 'ubuntu-latest'] @@ -32,5 +32,5 @@ jobs: node-version: 20 - run: npm install - - name: bats test + - name: run bats tests run: npm test