Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Astin01/plate-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Astin01 committed May 23, 2024
2 parents 69d89b5 + 021c1bc commit b41b8f7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Build
run: ./gradlew build
- name: Build with Gradle
run: ./gradlew build -x test

- name: Test with Gradle
run: SPRING_PROFILES_ACTIVE=[test] ./gradlew test

- name: docker image build
run: docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/zero-plate-api .
Expand Down

0 comments on commit b41b8f7

Please sign in to comment.