Skip to content

Commit 8a8a410

Browse files
committed
Debug
1 parent 907bf7f commit 8a8a410

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 10
1818
name: e2e-tests
1919
env:
20-
PREMIUM_EMBEDDING_TOKEN: ${{ secrets.STAGING_MB_PRO_SELF_HOSTED_TOKEN }}
20+
PREMIUM_EMBEDDING_TOKEN: ${{ secrets.MB_PRO_SELF_HOSTED_TOKEN }}
2121
MB_RUN_MODE: e2e
2222
METASTORE_DEV_SERVER_URL: ${{ secrets.METASTORE_DEV_SERVER_URL }}
2323
permissions:
@@ -32,6 +32,10 @@ jobs:
3232
cp .env.docker.example .env.docker &&
3333
npm run docker:e2e:up -- --wait
3434
35+
- name: Show Docker Logs on Failure
36+
if: failure()
37+
run: docker logs metabase-nodejs-react-sdk-embedding-sample-metabase-1 --tail=100
38+
3539
- name: Install Chrome v111
3640
uses: browser-actions/setup-chrome@v1
3741
with:

0 commit comments

Comments
 (0)