Skip to content

Commit ba38f91

Browse files
authored
Rename QA suite to Tests
1 parent e383a7e commit ba38f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Node.js CI/CD
1+
name: Tests
22

33
on:
44
[push, pull_request]
@@ -81,4 +81,4 @@ jobs:
8181
- name: Create NPM release
8282
uses: JS-DevTools/npm-publish@v1
8383
with:
84-
token: ${{ secrets.NPM_TOKEN }}
84+
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)