We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc64a8 commit 0d55bd6Copy full SHA for 0d55bd6
.github/workflows/ci.yml
@@ -26,11 +26,18 @@ jobs:
26
npx turbo build build-library
27
env:
28
NODE_ENV: production
29
- - name: Lint and type-check
+ # - 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
35
run: |
- npx turbo lint type-check
- - name: Validate Grats generated files are up-to-date
- 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
41
- name: Run tests
42
43
touch packages/skin-database/config.js
0 commit comments