Skip to content

Commit b7568f8

Browse files
resolve conversation
1 parent eab8f03 commit b7568f8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/integration/cli/issue-install-if-github-directory-exist.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Create project directory
22
$ mkdir .github
3-
$ mkdir .github/workflows
3+
$ mkdir -p .github/workflows
44

55
install issue
66
$ tbx issue install bug

test/integration/cli/workflow-install-if-github-directory-exist.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Create project directory
2-
$ mkdir .github
3-
$ mkdir .github/workflows
2+
$ mkdir -p .github/workflows
43

54
install workflow
65
$ tbx workflow install pr-merge

0 commit comments

Comments
 (0)