Skip to content

Commit

Permalink
chore: 테스트 제외하도록 임시로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SSung023 committed Apr 9, 2024
1 parent 59c8523 commit 1a8aaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
shell: bash

- name: Build and Test
run: ./gradlew build test
run: ./gradlew build -x test #./gradlew build test

- name: Make zip file
run: zip -r ./$GITHUB_SHA.zip .
Expand Down

0 comments on commit 1a8aaeb

Please sign in to comment.