Skip to content

Commit 5f3177e

Browse files
authored
Merge pull request #4 from adobe/deploy_test_branch_1
Adding checkout steps to deploy job for lerna
2 parents bd3ce48 + 3ffe8bd commit 5f3177e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ jobs:
2121
- name: install
2222
run: yarn install
2323
- name: deploy
24-
run: make ci
24+
run: |
25+
git reset --hard
26+
git checkout deploy_test_branch_2
27+
git reset --hard origin/deploy_test_branch_2
28+
make ci

0 commit comments

Comments
 (0)