Skip to content

Commit 7351bd4

Browse files
authored
Create integration-tests.yml for testing (#16)
Add integration tests workflow with commit SHA input
1 parent 2377f4f commit 7351bd4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)