ci: trigger PR workflow for pipeline validation #37

Closed
david wants to merge 2 commits from chore/fix-ci-pipeline into main
2 changed files with 6 additions and 0 deletions
+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
+4
View File
@@ -0,0 +1,4 @@
# CI Pipeline Test Trigger
This file is used to trigger the PR workflow for testing the CI pipeline.
Remove this file after validation is complete.