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 682e09c commit 6b4230f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
cd ./dplanner
chmod +x ./gradlew
./gradlew clean build --debug
./gradlew test -i
- name: Build Docker image
run: sudo docker build --no-cache -t dplanner/api:${{ env.DOCKER_IMAGE_VERSION }} -f ./dplanner/deploy/Dockerfile . --platform linux/x86_64
Expand Down

0 comments on commit 6b4230f

Please sign in to comment.