Skip to content

Commit 7ac3b84

Browse files
committed
refactor: fix 7
1 parent ed56756 commit 7ac3b84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
verbose: on
5757
commentId: test-commentsOnly
5858
onlyComments: on
59-
outPath: .dist/user-flow/user-flow-gh-action-e2e
59+
outPath: ./dist/user-flow/user-flow-gh-action-e2e

packages/user-flow-gh-action-e2e/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"options": {
4444
"verbose": true,
4545
"url": "https://google.com",
46-
"rcPath": "packages/user-flow-gh-action-e2e/.user-flowrc.json",
47-
"ufPath": "packages/user-flow-gh-action-e2e/user-flows",
48-
"outputPath": "dist/user-flow/packages/user-flow-gh-action-e2e",
46+
"rcPath": "./packages/user-flow-gh-action-e2e/.user-flowrc.json",
47+
"ufPath": "./packages/user-flow-gh-action-e2e/user-flows",
48+
"outputPath": "./dist/user-flow/user-flow-gh-action-e2e",
4949
"format": ["md"]
5050
}
5151
}

0 commit comments

Comments
 (0)