Skip to content

Commit 32943ec

Browse files
committed
Generate certificates before docker
1 parent bc1bbb6 commit 32943ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ jobs:
180180

181181
- name: Start Grafana
182182
run: |
183+
bash scripts/cert-gen.sh mongo-tls-auth
183184
docker compose -f docker-compose.test.yaml pull
184185
DEVELOPMENT=false GRAFANA_VERSION=${{ matrix.GRAFANA_IMAGE.VERSION }} GRAFANA_IMAGE=${{ matrix.GRAFANA_IMAGE.NAME }} docker compose -f docker-compose.test.yaml up -d
185186
@@ -196,7 +197,7 @@ jobs:
196197

197198
- name: Run Playwright tests
198199
id: run-tests
199-
run: bash scripts/cert-gen.sh mongo-tls-auth && npm run e2e
200+
run: npm run e2e
200201

201202
- name: Docker logs
202203
if: ${{ always() && steps.run-tests.outcome == 'failure' }}

0 commit comments

Comments
 (0)