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 907bf7f commit 1b03b36Copy full SHA for 1b03b36
.github/workflows/e2e-tests.yml
@@ -17,9 +17,7 @@ jobs:
17
timeout-minutes: 10
18
name: e2e-tests
19
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 }}
+ PREMIUM_EMBEDDING_TOKEN: ${{ secrets.MB_PRO_SELF_HOSTED_TOKEN }}
23
permissions:
24
id-token: write
25
contents: read
@@ -32,6 +30,10 @@ jobs:
32
30
cp .env.docker.example .env.docker &&
33
31
npm run docker:e2e:up -- --wait
34
+ - name: Show Docker Logs on Failure
+ if: failure()
35
+ run: docker logs metabase-nodejs-react-sdk-embedding-sample-metabase-1 --tail=100
36
+
37
- name: Install Chrome v111
38
uses: browser-actions/setup-chrome@v1
39
with:
0 commit comments