ci: trigger PR workflow for pipeline validation #38

Closed
david wants to merge 2 commits from chore/fix-ci-pipeline into main
Showing only changes of commit ee86827084 - Show all commits
+2
View File
@@ -30,6 +30,8 @@ jobs:
- name: Run unit tests
run: bun test src/__tests__/unit/ src/__tests__/*.test.tsx src/__tests__/auth-simple.test.ts
env:
DATABASE_URL: postgresql://user:pass@localhost:5432/dummy
build-and-deploy-ci:
runs-on: ubuntu-latest