Skip to content

Commit 9c0605e

Browse files
committed
Update CI workflow
1 parent 17d171d commit 9c0605e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml renamed to .github/workflows/tests.yml

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

33
on:
44
push:
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v1
19+
- uses: actions/setup-node@v1
2120
with:
2221
node-version: ${{ matrix.node-version }}
22+
2323
- run: yarn install
2424
- run: yarn run build
2525
- run: yarn test

0 commit comments

Comments
 (0)