chore(test): set up integration test framework with postgres #136

Merged
djalim merged 14 commits from PMPR-setup-test-framework into develop 2026-04-26 11:30:34 +00:00
Showing only changes of commit f66de20dad - Show all commits
+7
View File
@@ -16,10 +16,17 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Install dependencies
run: npm install --ignore-scripts
- name: Run unit tests
run: deno task test:unit