Skip to content

Commit 58d18a1

Browse files
committed
fix: attempt workflow fix
1 parent bd60acb commit 58d18a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/testnet-api-main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,18 @@ jobs:
5757
run: |
5858
cp .env.example .env
5959
bun run db:push:force
60+
env:
61+
PG_URI: postgresql://default:password@localhost:5432/postgres
6062

6163
- name: Run tests
6264
working-directory: ./packages/api-main
6365
run: bun run test
66+
env:
67+
NODE_OPTIONS: --experimental-global-webcrypto
68+
PG_URI: postgresql://default:password@localhost:5432/postgres
69+
JWT: default_jwt_secret
70+
JWT_STRICTNESS: lax
71+
AUTH: whatever
6472

6573
build:
6674
needs: [detect-changes, test]

0 commit comments

Comments
 (0)