Release Candidate : 1.0.0 #150

Merged
djalim merged 103 commits from release/1.0.0 into main 2026-05-01 17:32:02 +00:00
Showing only changes of commit 91248370da - Show all commits
+2 -1
View File
@@ -47,6 +47,7 @@ jobs:
sudo pg_ctlcluster $PG_VER main start
sudo -u postgres psql -c "CREATE USER test WITH PASSWORD 'test';"
sudo -u postgres psql -c "CREATE DATABASE polympr_test OWNER test;"
sudo -u postgres psql -d polympr_test -c "GRANT ALL ON SCHEMA public TO test;"
- name: Install dependencies
run: npm install --ignore-scripts && deno install
@@ -58,7 +59,7 @@ jobs:
POSTGRES_USER: test
POSTGRES_PASS: test
POSTGRES_DB: polympr_test
run: deno task migrate
run: node_modules/.bin/drizzle-kit migrate --verbose 2>&1
- name: Run integration tests
env: