Skip to content

Commit 5e795b3

Browse files
authored
Update build-test-deploy.yml
1 parent 99ca1d6 commit 5e795b3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/build-test-deploy.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,17 @@ jobs:
1414
node-version: '20.x'
1515
- run: npm install
1616
- run: npm run build
17-
17+
18+
test:
19+
needs: build
20+
runs-on: ubuntu-latest
21+
22+
steps:
23+
- name: checkout repo
24+
uses: actions/checkout@v4
25+
- name: use node.js
26+
uses: actions/setup-node@v4
27+
with:
28+
node-version: '20.x'
29+
- run: npm install
30+
- run: npm test

0 commit comments

Comments
 (0)