Skip to content

Commit a9852d0

Browse files
committed
Re-introduce tests
1 parent 0a8141e commit a9852d0

5 files changed

Lines changed: 730 additions & 99 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,22 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v6
10+
1011
- uses: actions/setup-node@v6
1112
with:
1213
node-version: 24
14+
1315
- name: npm install
1416
run: npm ci
17+
1518
- name: build
1619
run: npm run build
1720
env:
1821
CI: true
22+
23+
- name: test
24+
run: npm run test
25+
1926
- name: lint
2027
run: npm run lint
2128
env:

0 commit comments

Comments
 (0)