Skip to content

Commit e2cadd1

Browse files
committed
ci: add environment variables
1 parent f3c408c commit e2cadd1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,13 @@ jobs:
2020
- name: Install, test
2121
run: |
2222
pnpm install
23-
pnpm test
23+
pnpm add concurrently
24+
pnpm concurrently "pnpm test" "pnpm typecheck" "pnpm lint"
25+
env:
26+
ACCESS_KEY: ${{ secrets.ACCESS_KEY }}
27+
SECRET_KEY: ${{ secrets.SECRET_KEY }}
28+
S3_BUCKET: ${{ secrets.S3_BUCKET }}
29+
AWS_REGION: eu-central-1
30+
WEBSOCKET_URL: ws://localhost:4321
31+
LOCAL_DIR: unused
32+
PORT: 4321

0 commit comments

Comments
 (0)