add per-agent smoke tests (#100)
This commit is contained in:
committed by
pullfrog[bot]
parent
9e019d89d2
commit
f34379415e
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
import type { Payload } from "../../external.ts";
|
||||
|
||||
export default {
|
||||
"~pullfrog": true,
|
||||
agent: null,
|
||||
prompt:
|
||||
"List all files in the current directory, then create a file called dynamic-test.txt with the content 'This was loaded from a TypeScript file!', then delete it.",
|
||||
event: {
|
||||
trigger: "workflow_dispatch",
|
||||
},
|
||||
} satisfies Payload;
|
||||
Reference in New Issue
Block a user