Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkg/workflow/wasm_golden_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,10 @@ Test the %s engine compilation path.
yamlOutput, err := compiler.CompileToYAML(wd, "workflow.md")
require.NoError(t, err, "%s engine compile failed", eng.name)

if eng.name == "pi" {
require.Contains(t, yamlOutput, "PI_OFFLINE: 1")
}

// Keep codex golden stable across branches where CODEX_API_KEY/OPENAI_API_KEY
// may or may not be explicitly excluded in gh-aw firewall args.
if eng.name == "codex" {
Expand Down