Skip to content

Commit

Permalink
updated path to build
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhilaPodilapu5 authored Jun 27, 2024
1 parent 2e84427 commit 051d46b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn clean install
run: |
cd EmployeeTestData
mvn clean install

0 comments on commit 051d46b

Please sign in to comment.