Skip to content

Commit beeb9a9

Browse files
authored
add step for mocking test file
1 parent f70866b commit beeb9a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
run: |
2828
mkdir -p /home/runner/work/gitconvex-server/starfleet/
2929
git clone https://github.com/neel1996/starfleet.git /home/runner/work/gitconvex-server/starfleet/
30-
cd /home/runner/work/gitconvex-server/starfleet
31-
git branch
32-
git log --oneline
30+
31+
- name: Overwrite mock test file
32+
run: |
33+
echo "# gitconvex GoLang project" > /home/runner/work/gitconvex/gitconvex/README.md
3334
3435
- name: Run test cases
3536
run: |

0 commit comments

Comments
 (0)