Skip to content

Commit

Permalink
created the CI/CD pipeline for the frontend.
Browse files Browse the repository at this point in the history
  • Loading branch information
Motouom committed Jul 16, 2024
1 parent b3c9cff commit 9e55585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
gradle-version: '7.2'

- name: Build with Gradle
working-directory: ./packit-backend
run: cd packit-backend && ./gradlew clean build -x test --warning-mode all

- name: List contents of build/libs directory
Expand Down

0 comments on commit 9e55585

Please sign in to comment.