Skip to content

Commit 0d55bd6

Browse files
committed
Stuff
1 parent dbc64a8 commit 0d55bd6

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,18 @@ jobs:
2626
npx turbo build build-library
2727
env:
2828
NODE_ENV: production
29-
- name: Lint and type-check
29+
# - name: Lint and type-check
30+
# run: |
31+
# npx turbo lint type-check
32+
# - name: Validate Grats generated files are up-to-date
33+
# run: ./scripts/validate-grats.sh
34+
- name: Run db tests manually
3035
run: |
31-
npx turbo lint type-check
32-
- name: Validate Grats generated files are up-to-date
33-
run: ./scripts/validate-grats.sh
36+
touch packages/skin-database/config.js
37+
cd packages/skin-database
38+
pnpm run test
39+
env:
40+
NODE_ENV: test
3441
- name: Run tests
3542
run: |
3643
touch packages/skin-database/config.js

0 commit comments

Comments
 (0)