We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1bbb6 commit 32943ecCopy full SHA for 32943ec
.github/workflows/ci.yml
@@ -180,6 +180,7 @@ jobs:
180
181
- name: Start Grafana
182
run: |
183
+ bash scripts/cert-gen.sh mongo-tls-auth
184
docker compose -f docker-compose.test.yaml pull
185
DEVELOPMENT=false GRAFANA_VERSION=${{ matrix.GRAFANA_IMAGE.VERSION }} GRAFANA_IMAGE=${{ matrix.GRAFANA_IMAGE.NAME }} docker compose -f docker-compose.test.yaml up -d
186
@@ -196,7 +197,7 @@ jobs:
196
197
198
- name: Run Playwright tests
199
id: run-tests
- run: bash scripts/cert-gen.sh mongo-tls-auth && npm run e2e
200
+ run: npm run e2e
201
202
- name: Docker logs
203
if: ${{ always() && steps.run-tests.outcome == 'failure' }}
0 commit comments