Skip to content

Commit

Permalink
Actually call it test instead of build
Browse files Browse the repository at this point in the history
  • Loading branch information
sr229 committed Aug 26, 2024
1 parent 2838b1f commit 5852188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: ["**"]

jobs:
build:
test:
runs-on: ubuntu-latest

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
tags: ["**"]

jobs:
build:
release:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 5852188

Please sign in to comment.