Skip to content

Commit 7f12847

Browse files
authored
add step to clone test repo in workflow
1 parent 130709a commit 7f12847

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
- name: Get dependencies
2323
run: |
2424
go get -v -t -d ./...
25+
26+
- name: Clone test repo
27+
run: |
28+
mkdir -p /home/runner/work/gitconvex-server/
29+
git clone https://github.com/neel1996/starfleet.git /home/runner/work/gitconvex-server/
2530
2631
- name: Run test cases
2732
run: |

0 commit comments

Comments
 (0)