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