We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32265af commit 4f8147aCopy full SHA for 4f8147a
1 file changed
.github/workflows/e2e-build.yml
@@ -53,5 +53,5 @@ jobs:
53
SYMPHONY_HOST: ${{ vars.SYMPHONY_HOST }}
54
TEST_USER_ID: ${{ vars.TEST_SYM_USER_ID }}
55
BOT_USER_ID: ${{ vars.BOT_USER_ID }}
56
- run: poetry run pytest -m e2e
+ run: poetry run pytest -m e2e --no-cov
57
timeout-minutes: 10
0 commit comments