Skip to content

Commit 708046f

Browse files
authored
Update build-test-deploy.yml
1 parent 922e1e1 commit 708046f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,17 @@ jobs:
1414
node-version: '20.x'
1515
- run: npm install
1616
- run: npm run build
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 run test

0 commit comments

Comments
 (0)