Skip to content

Commit

Permalink
ci: add program tests to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
martonmoro committed Sep 30, 2024
1 parent 031d4ec commit 477fa50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
run: |
npm ci
npm run build --if-present
# npm test
npm run test:program
env:
CI: true
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"watch": "tsc --watch",
"format": "prettier --write --ignore-unknown **/*",
"extension:dev": "vite build --config browser-extension/vite.config.js --watch",
"extension:build": "vite build --config browser-extension/vite.config.js"
"extension:build": "vite build --config browser-extension/vite.config.js",
"test:program": "node --test --experimental-strip-types tests/program-config.test.ts tests/program.test.ts"
},
"devDependencies": {
"@types/chrome": "^0.0.272",
Expand Down

0 comments on commit 477fa50

Please sign in to comment.