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 e484d43 commit bb8a95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
gradle-version: '7.2'

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

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

0 comments on commit bb8a95b

Please sign in to comment.