Skip to content

fix: Configure GlobalDependencies in integration test fixture for hea… #414

fix: Configure GlobalDependencies in integration test fixture for hea…

fix: Configure GlobalDependencies in integration test fixture for hea… #414

name: Run Agentex Integration Tests

Check failure on line 1 in .github/workflows/integration-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/integration-tests.yml

Invalid workflow file

(Line: 1, Col: 1): Required property is missing: jobs
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