File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 - name : Plan
4949 id : plan
5050 run : |
51- # Set testsuites output based on event type
52- if [[ "${{ github.event_name }}" == "schedule" ]]; then
53- echo 'testsuites=["--workflow-dispatch-only"]' >> "$GITHUB_OUTPUT"
54- else
55- echo 'testsuites=["--issue-triggered-only", "--command-triggered-only", "--workflow-dispatch-only"]' >> "$GITHUB_OUTPUT"
56- fi
51+ # trigered test suites do not work since issues/comments created from actions
52+ # do not trigger actions
53+ echo 'testsuites=["--workflow-dispatch-only"]' >> "$GITHUB_OUTPUT"
5754 e2e :
5855 runs-on : ubuntu-latest
5956 needs : clean
Original file line number Diff line number Diff line change 22
33End-to-end tests for GitHub Agentic Workflows (gh-aw). Tests AI-powered workflows that automatically create issues, pull requests, and comments.
44
5+ [ ![ E2E Tests] ( https://github.com/githubnext/gh-aw-test/actions/workflows/e2e.yml/badge.svg )] ( https://github.com/githubnext/gh-aw-test/actions/workflows/e2e.yml )
6+
57## Quick Start
68
791 . ** Prerequisites** : [ GitHub CLI] ( https://cli.github.com/ ) , Git, authenticated GitHub account
You can’t perform that action at this time.
0 commit comments