Skip to content

Commit a01181f

Browse files
authored
Restore PR tests (#173)
## 📬 Changes Not sure why they got commented out ## 🗒️ Checklist <!-- please check all items and add your own --> - [x] Read the contribution [guide](../CONTRIBUTING.md) and accept the [code](../CODE_OF_CONDUCT.md) of conduct - [ ] Readme and [docs](https://docs.digital-alchemy.app/) (updated or not needed) - [ ] Tests (added, updated or not needed)
1 parent 1699fde commit a01181f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/check.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ jobs:
6363
- run: yarn
6464
- run: yarn build
6565
- 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 }}
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 }}

0 commit comments

Comments
 (0)