We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1699fde commit 9e250b4Copy full SHA for 9e250b4
1 file changed
.github/workflows/check.yml
@@ -63,11 +63,11 @@ jobs:
63
- run: yarn
64
- run: yarn build
65
- run: yarn lint
66
- # - run: yarn test --coverage
67
- # env:
68
- # DB_PG: postgresql://synapse_user:synapse_password@localhost:5432/synapse
69
- # DB_MYSQL: mysql://synapse_user:synapse_password@localhost:3306/synapse
70
- # - name: Upload coverage reports to Codecov
71
- # uses: codecov/codecov-action@v5.4.3
72
- # with:
73
- # token: ${{ secrets.CODECOV_TOKEN }}
+ - run: yarn test --coverage
+ env:
+ DB_PG: postgresql://synapse_user:synapse_password@localhost:5432/synapse
+ DB_MYSQL: mysql://synapse_user:synapse_password@localhost:3306/synapse
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v5.4.3
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments