File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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" : {
136137 "node" : " 20.11.0" ,
137138 "yarn" : " 1.22.21"
138139 }
139- }
140+ }
You can’t perform that action at this time.
0 commit comments