Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

Commit c20c9d6

Browse files
committed
minor path change to actions yml file
1 parent ae8c4f4 commit c20c9d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gitconvex.collab.actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- run: npm install
2222
- run: npm install --global jest
2323
- run: cd /home/runner/work/
24-
- run: git clone https://github.com/neel1996/starfleet.git
24+
- run: git clone https://github.com/neel1996/starfleet.git ./starfleet
25+
- run: pwd
2526
- run: cd /home/runner/work/gitconvex-server/gitconvex-server
2627
- run: mkdir -p ./database && touch ./database/repo-datastore.json
2728
- run: echo '[{"databaseFile":"./database/repo-datastore.json","port":9001}]' > ./env_config.json

0 commit comments

Comments
 (0)