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 ab4b937 commit 5fdc64cCopy full SHA for 5fdc64c
.github/workflows/test-integration.yml
@@ -49,6 +49,7 @@ jobs:
49
- name: Run Integration Testing
50
env:
51
MINDEE_API_KEY: ${{ secrets.MINDEE_API_KEY_SE_TESTS }}
52
+ WORKFLOW_ID: ${{ secrets.WORKFLOW_ID_SE_TESTS }}
53
run: |
54
pytest -m integration
55
.github/workflows/test-regression.yml
@@ -62,4 +62,3 @@ jobs:
62
notification_title: "Regression test workflow '{workflow}' is failing"
63
64
SLACK_WEBHOOK_URL: ${{ secrets.PRODUCTION_ISSUES_SLACK_HOOK_URL }}
65
- WORKFLOW_ID: ${{ secrets.WORKFLOW_ID_SE_TESTS }}
0 commit comments