Skip to content

Commit

Permalink
change workdir to backend/
Browse files Browse the repository at this point in the history
  • Loading branch information
cankurttekin committed Oct 15, 2024
1 parent 1b4c623 commit caaacf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ jobs:

- name: Build with Maven
run: mvn clean install
working-directory: ./backend

- name: Run tests
run: mvn test
working-directory: ./backend

- name: Package application
run: mvn package

working-directory: ./backend

0 comments on commit caaacf1

Please sign in to comment.