Skip to content

Commit

Permalink
Updated job names
Browse files Browse the repository at this point in the history
  • Loading branch information
targendaz2 committed May 13, 2023
1 parent b6bd13f commit 378e1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- run: shellcheck ./src/*

build:
test:
strategy:
matrix:
os: ['macos-latest', 'ubuntu-latest']
Expand All @@ -32,5 +32,5 @@ jobs:
node-version: 20
- run: npm install

- name: bats test
- name: run bats tests
run: npm test

0 comments on commit 378e1f5

Please sign in to comment.