Skip to content

Commit 9ce120f

Browse files
committed
fix: disable algolia when running automated tests
1 parent 802b97a commit 9ce120f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/automated-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
- name: npm install
6464
run: npm ci
6565
- name: Run site
66+
env:
67+
ENABLE_ALGOLIA: 0
6668
run: |
6769
npx netlify dev & npx wait-on http://localhost:8888
6870

.github/workflows/gateway-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
- name: npm install
6868
run: npm ci
6969
- name: Run site
70+
env:
71+
ENABLE_ALGOLIA: 0
7072
run: |
7173
npx netlify dev & npx wait-on http://localhost:8888
7274

0 commit comments

Comments
 (0)