[CI-SKIP] Don't delete eden-api when building
Allows it to cache the pom.xml to speed up library downloading
This commit is contained in:
2
.github/workflows/pr-build.yml
vendored
2
.github/workflows/pr-build.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
run: |
|
||||
git clone https://github.com/Pugabyte/eden-api
|
||||
cd eden-api && mvn clean install
|
||||
cd .. && rm -rf eden-api
|
||||
cd ..
|
||||
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
|
||||
2
.github/workflows/push-build.yml
vendored
2
.github/workflows/push-build.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
run: |
|
||||
git clone https://github.com/Pugabyte/eden-api
|
||||
cd eden-api && mvn clean install
|
||||
cd .. && rm -rf eden-api
|
||||
cd ..
|
||||
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user