Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chanyoung1998 authored Jul 14, 2024
1 parent b76f92f commit ed655d5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@ jobs:
run: |
cd ./dplanner
chmod +x ./gradlew
./gradlew clean build -x test
./gradlew clean build --build-cache -x test
- name: Cache PhysicalTheraphy build directory
uses: actions/cache@v3
with:
path: ./
key: ${{ runner.os }}-physicaltheraphy-build-cache-${{ steps.short-sha.outputs.sha }}

- name: Build Docker image
run: sudo docker build -t dplanner/api:${{ env.DOCKER_IMAGE_VERSION }} -f ./dplanner/deploy/Dockerfile . --platform linux/x86_64
Expand Down

0 comments on commit ed655d5

Please sign in to comment.