Skip to content

Commit 6b82eb7

Browse files
committed
yaml
1 parent f01b59a commit 6b82eb7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/project-integration-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ jobs:
2525
working-directory: resources/repo
2626

2727
- run: pnpm stories:cli
28-
env: OPENFN_RUNNER_ARGS=cmd:openfnx
28+
env:
29+
OPENFN_RUNNER_ARGS: cmd:openfnx
2930
working-directory: resources/repo

packages/project/test/gen/generator.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,3 +508,9 @@ test('it should generate a project with uuids', (t) => {
508508

509509
t.deepEqual(result.workflows[0].toJSON(), expected);
510510
});
511+
512+
test('it should generate a project with options', (t) => {
513+
const result = gen('a-b', t);
514+
515+
t.deepEqual(result, fixtures.ab);
516+
});

0 commit comments

Comments
 (0)