Skip to content

Commit

Permalink
fix: Test passing while it shouldn't
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed Jan 2, 2024
1 parent bf9f207 commit 56df17a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
cd server
bun install --frozen-lockfile
- name: Validate the data
run: bun run validate
- name: Validate the data & the server
run: |
bun run validate
cd server
bun run validate
1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"compile": "bun compiler/index.ts",
"dev": "bun --watch --hot src/index.ts",
"validate": "tsc --noEmit --project ./tsconfig.json",
"start": "bun src/index.ts"
},
"license": "MIT",
Expand Down

0 comments on commit 56df17a

Please sign in to comment.