We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2377f4f commit 7351bd4Copy full SHA for 7351bd4
.github/workflows/integration-tests.yml
@@ -0,0 +1,9 @@
1
+name: Run Agentex Integration Tests
2
+
3
+on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ commit-sha:
7
+ description: "Commit SHA to test against"
8
+ required: true
9
+ type: string
0 commit comments