Skip to content

Commit 1b03b36

Browse files
committed
Debug
1 parent 907bf7f commit 1b03b36

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
timeout-minutes: 10
1818
name: e2e-tests
1919
env:
20-
PREMIUM_EMBEDDING_TOKEN: ${{ secrets.STAGING_MB_PRO_SELF_HOSTED_TOKEN }}
21-
MB_RUN_MODE: e2e
22-
METASTORE_DEV_SERVER_URL: ${{ secrets.METASTORE_DEV_SERVER_URL }}
20+
PREMIUM_EMBEDDING_TOKEN: ${{ secrets.MB_PRO_SELF_HOSTED_TOKEN }}
2321
permissions:
2422
id-token: write
2523
contents: read
@@ -32,6 +30,10 @@ jobs:
3230
cp .env.docker.example .env.docker &&
3331
npm run docker:e2e:up -- --wait
3432
33+
- name: Show Docker Logs on Failure
34+
if: failure()
35+
run: docker logs metabase-nodejs-react-sdk-embedding-sample-metabase-1 --tail=100
36+
3537
- name: Install Chrome v111
3638
uses: browser-actions/setup-chrome@v1
3739
with:

0 commit comments

Comments
 (0)