Skip to content

Commit a93139f

Browse files
committed
[CDT-159] - helper script added
1 parent ffbf480 commit a93139f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

test/resources/scripts/helper.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
PR=159
2+
3+
# checkout pr
4+
gh pr checkout $PR
5+
6+
7+
# npm install
8+
npm install
9+
10+
11+
# GIT PUSH and then checks ( validate )
12+
# watching checks running
13+
watch -n 3 "gh pr checks $PR"
14+
15+

0 commit comments

Comments
 (0)