We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd60acb commit 58d18a1Copy full SHA for 58d18a1
.github/workflows/testnet-api-main.yml
@@ -57,10 +57,18 @@ jobs:
57
run: |
58
cp .env.example .env
59
bun run db:push:force
60
+ env:
61
+ PG_URI: postgresql://default:password@localhost:5432/postgres
62
63
- name: Run tests
64
working-directory: ./packages/api-main
65
run: bun run test
66
67
+ NODE_OPTIONS: --experimental-global-webcrypto
68
69
+ JWT: default_jwt_secret
70
+ JWT_STRICTNESS: lax
71
+ AUTH: whatever
72
73
build:
74
needs: [detect-changes, test]
0 commit comments