ci: trigger PR workflow for pipeline validation #38
@@ -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
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user