Skip to content

Commit

Permalink
fix(action) : test 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
Astin01 authored Apr 30, 2024
1 parent f6b41d9 commit 155f2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: chmod +x ./gradlew

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

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

0 comments on commit 155f2cf

Please sign in to comment.