Skip to content

Commit

Permalink
check build file
Browse files Browse the repository at this point in the history
  • Loading branch information
kyY00n committed Sep 12, 2024
1 parent 63e7e34 commit ffe3bad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-build-alpha-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: check jar file
run: ls -l build/libs
- uses: actions/checkout@v3
- name: Build Image
run: docker build .
Expand Down

0 comments on commit ffe3bad

Please sign in to comment.