Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions .github/workflows/integration-test-agentics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,23 @@ jobs:
gh --version
echo "GitHub CLI is available"

- name: Install gh-aw CLI extension locally
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Installing gh-aw extension locally..."
make install

- name: Verify gh-aw extension installation
- name: Verify gh-aw binary
run: |
gh aw --help
gh aw version
./gh-aw --help
./gh-aw version

- name: Install workflows from agentics repository
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Installing workflows from githubnext/agentics..."
gh aw install githubnext/agentics
./gh-aw install githubnext/agentics
echo "Successfully installed agentics workflows"

- name: List installed workflows
run: |
echo "Listing installed workflows..."
gh aw list
./gh-aw list

- name: Recompile all workflows
run: |
Expand Down