Skip to content

Commit

Permalink
fix(action) : test 수행하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Astin01 authored May 19, 2024
1 parent 15c2259 commit 87e4e13
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 @@ -47,7 +47,7 @@ jobs:
run: chmod +x ./gradlew

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

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

0 comments on commit 87e4e13

Please sign in to comment.