Skip to content

Commit df25c8e

Browse files
committed
Allow golem-db-app as extra skill in golem-new-project-ts scenario
1 parent 70c1698 commit df25c8e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

golem-skills/tests/harness/scenarios/golem-new-project-ts.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ steps:
66
prompt: "Create a new Golem application called test-app with TypeScript. After creating the project, fix the SDK versions in package.json by replacing any local path references to golem-ts-sdk and golem-ts-typegen with version 1.0.0-dev.1, then run npm install"
77
expectedSkills:
88
- "golem-new-project"
9+
allowedExtraSkills:
10+
- "golem-db-app"
911
verify:
1012
build: true
1113

0 commit comments

Comments
 (0)