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

Commit 0ef5384

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ jobs:
2020
node-version: ${{ matrix.node-version }}
2121
- run: npm install
2222
- run: npm install --global jest
23-
- run: cd /home/runner/work/
2423
- run: git clone https://github.com/neel1996/starfleet.git ./starfleet
25-
- run: pwd
2624
- run: cd /home/runner/work/gitconvex-server/gitconvex-server
2725
- run: mkdir -p ./database && touch ./database/repo-datastore.json
2826
- run: echo '[{"databaseFile":"./database/repo-datastore.json","port":9001}]' > ./env_config.json
29-
- run: echo '[{"id":"1593690333568","repoName":"JEST_REPO","repoPath":"/home/runner/work/starfleet"}]' > ./database/repo-datastore.json
27+
- run: echo '[{"id":"1593690333568","repoName":"JEST_REPO","repoPath":"./starfleet"}]' > ./database/repo-datastore.json
3028
- run: npm run test && echo "Tests completed!"

0 commit comments

Comments
 (0)