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 9d6d3d2 commit 7e6585b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

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

- name: List contents of build/libs directory
run: ls -la packit-backend
Expand Down

0 comments on commit 7e6585b

Please sign in to comment.