Skip to content

Commit

Permalink
Merge pull request #101 from FreakPeople/#test_ci
Browse files Browse the repository at this point in the history
#test ci
  • Loading branch information
Jeongjjuna authored Jun 28, 2024
2 parents 231a5ba + 28643bf commit 5df0040
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
- uses: actions/checkout@v4
uses: actions/checkout@v4

- name: java setup
uses: actions/setup-java@v2
Expand All @@ -35,24 +35,4 @@ jobs:
run: chmod +x ./gradlew

- name: run test
- run: ./gradlew clean test




















run: ./gradlew clean test

0 comments on commit 5df0040

Please sign in to comment.