We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c682b7 commit ea34f9eCopy full SHA for ea34f9e
2 files changed
.github/workflows/e2e.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Run e2e tests and publish output to job summary
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
- timeout-minutes: 30
+ timeout-minutes: 60
32
run: |
33
set -o pipefail
34
chmod +x ./e2e.sh
e2e.sh
@@ -162,7 +162,7 @@ get_workflow_dispatch_tests() {
162
echo "test-claude-create-pull-request"
163
echo "test-codex-create-pull-request"
164
echo "test-claude-create-code-scanning-alert"
165
- echo "test-codex-create-code-scanning-alert"
+ echo "test-codex-create-repository-security-advisory"
166
echo "test-claude-mcp"
167
echo "test-codex-mcp"
168
echo "test-claude-multi"
0 commit comments