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 782bcfe commit 9d6d3d2
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 @@ -46,7 +46,7 @@ jobs:
run: cd packit-backend && ./gradlew clean build -x test --warning-mode all

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

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9d6d3d2

Please sign in to comment.