add test action (#281)

This commit is contained in:
evanpelle
2025-03-17 16:52:32 -07:00
committed by GitHub
parent 466b97fe77
commit b1c78ccca7
+2
View File
@@ -14,6 +14,8 @@ jobs:
node-version: 20
- name: Setup npm
run: npm install
- name: Run tests
run: npm test
- name: Build
run: npm run build-prod
- uses: actions/upload-artifact@v4