Skip to content

Commit 62818c8

Browse files
committed
Pass mock values to test
1 parent ed6f18f commit 62818c8

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
@@ -71,4 +71,4 @@ jobs:
7171
7272
- name: Test server starts (smoke test)
7373
run: |
74-
timeout 5 node build/index.js || [ $? -eq 124 ]
74+
COUNTLY_SERVER_URL=https://test.count.ly COUNTLY_API_KEY=test timeout 5 node build/index.js || [ $? -eq 124 ]

0 commit comments

Comments
 (0)