mirror of https://github.com/buster-so/buster.git
test
This commit is contained in:
parent
ac82ff17a8
commit
efe04db4ec
|
@ -74,8 +74,8 @@ jobs:
|
|||
TURBO_TELEMETRY_DISABLED: 1
|
||||
# Pass all secrets from the testing environment
|
||||
MOMENTIC_API_KEY: ${{ secrets.MOMENTIC_API_KEY }}
|
||||
DATABASE_URL: ${{ secrets.DATABASE_URL }}
|
||||
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
|
||||
DATABASE_URL: postgresql://postgres:postgres@127.0.0.1:54322/postgres
|
||||
SUPABASE_URL: http://127.0.0.1:54321
|
||||
SUPABASE_SERVICE_ROLE_KEY: ${{ secrets.SUPABASE_SERVICE_ROLE_KEY }}
|
||||
SUPABASE_ANON_KEY: ${{ secrets.SUPABASE_ANON_KEY }}
|
||||
SUPABASE_PUBLIC_URL: ${{ secrets.SUPABASE_PUBLIC_URL }}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"start": {
|
||||
"dependsOn": ["@buster-app/supabase#start", "@buster/database#start"],
|
||||
"dependsOn": ["@buster/database#start"],
|
||||
"cache": false,
|
||||
"persistent": true,
|
||||
"outputs": []
|
||||
|
|
Loading…
Reference in New Issue