Skip to content

Commit adcf467

Browse files
committed
set ORGANIZATION_ID for build
1 parent 689c3d0 commit adcf467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm ci --workspaces
2828

2929
- name: Build
30-
run: npm run build
30+
run: ORGANISATION_ID=hy npm run build
3131

3232
- name: Start the application
3333
run: docker compose -f docker-compose.ci.yml up -d

0 commit comments

Comments
 (0)