Skip to content

Commit

Permalink
Check types in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tygern committed Apr 21, 2024
1 parent 72a3067 commit ebd951e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
cache: npm
- name: 'Install dependencies'
run: npm ci
- name: 'Run tests'
run: npm test
- name: 'Build app'
uses: cloudflare/wrangler-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "wrangler dev",
"test": "tsc && vitest run --silent",
"test": "tsc",
"collector:start": "wrangler dev --config wrangler-collector.toml --test-scheduled",
"collector:trigger": "curl \"http://localhost:8788/__scheduled?cron=*/10+*+*+*+*\"",
"analyzer:start": "wrangler dev --config wrangler-analyzer.toml --test-scheduled",
Expand Down

0 comments on commit ebd951e

Please sign in to comment.