Skip to content

Commit

Permalink
Test again
Browse files Browse the repository at this point in the history
  • Loading branch information
PashaBarahimi committed Dec 13, 2023
1 parent 04b9512 commit ed9a447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
distribution: 'oracle'

- name: Go to Baloot1 directory
run: pushd Baloot1
run: cd Baloot1

- name: Run Baloot 1 tests
run: mvn test -f pom.xml

- name: Go to Baloot2 directory
run: popd && pushd Baloot2
run: cd ../Baloot2

- name: Run Baloot 2 tests
run: mvn test -f Baloot2/pom.xml
run: mvn test -f pom.xml

0 comments on commit ed9a447

Please sign in to comment.