fix: Configure GlobalDependencies in integration test fixture for hea… #414
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Run Agentex Integration Tests | ||
| on: | ||
| pull_request: | ||
| paths: | ||
| - 'agentex/**' | ||
| push: | ||
| branches: | ||
| - main | ||
| paths: | ||
| - 'agentex/**' | ||
| workflow_dispatch: | ||
| inputs: | ||
| commit-sha: | ||
| description: "Commit SHA to test against" | ||
| required: true | ||
| type: string | ||