Skip to content

Commit

Permalink
Merge pull request #59 from COW-dev/main
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou authored Nov 20, 2023
2 parents 0647934 + adae895 commit 6e37a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: "gradle"

- name: Build with Gradle
run: ./gradlew clean openapi3 build --no-daemon --exclude-task test
run: ./gradlew clean build --no-daemon --exclude-task test

- name: Login To DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit 6e37a7e

Please sign in to comment.