Skip to content

Commit ea34f9e

Browse files
committed
fix test name
1 parent 8c682b7 commit ea34f9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run e2e tests and publish output to job summary
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
timeout-minutes: 30
31+
timeout-minutes: 60
3232
run: |
3333
set -o pipefail
3434
chmod +x ./e2e.sh

e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ get_workflow_dispatch_tests() {
162162
echo "test-claude-create-pull-request"
163163
echo "test-codex-create-pull-request"
164164
echo "test-claude-create-code-scanning-alert"
165-
echo "test-codex-create-code-scanning-alert"
165+
echo "test-codex-create-repository-security-advisory"
166166
echo "test-claude-mcp"
167167
echo "test-codex-mcp"
168168
echo "test-claude-multi"

0 commit comments

Comments
 (0)