We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802b97a commit 9ce120fCopy full SHA for 9ce120f
.github/workflows/automated-tests.yaml
@@ -63,6 +63,8 @@ jobs:
63
- name: npm install
64
run: npm ci
65
- name: Run site
66
+ env:
67
+ ENABLE_ALGOLIA: 0
68
run: |
69
npx netlify dev & npx wait-on http://localhost:8888
70
.github/workflows/gateway-tests.yaml
@@ -67,6 +67,8 @@ jobs:
71
72
73
74
0 commit comments