Skip to content

Commit 2d19369

Browse files
committed
bring back tests lol
1 parent c06324f commit 2d19369

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
with:
5858
github-token: ${{ steps.token.outputs.token }}
5959

60-
# TODO(mjq): Bring this back once tests are working.
6160
job_test:
6261
name: Test
6362
runs-on: ubuntu-latest
@@ -72,5 +71,4 @@ jobs:
7271
- run: yarn install --frozen-lockfile
7372
if: steps.cache.outputs.cache-hit != 'true'
7473
- name: Run Tests
75-
# run: yarn test
76-
run: true
74+
run: yarn test

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"lint:fix": "yarn run lint:prettier:fix && yarn run lint:eslint:fix",
3333
"sidecar": "yarn spotlight-sidecar",
3434
"test": "vitest",
35+
"test:ci": "vitest run",
3536
"enforce-redirects": "node ./scripts/no-vercel-json-redirects.mjs"
3637
},
3738
"prisma": {
@@ -136,4 +137,4 @@
136137
"node": "20.11.0",
137138
"yarn": "1.22.21"
138139
}
139-
}
140+
}

0 commit comments

Comments
 (0)