Skip to content

Commit ed9a447

Browse files
committed
Test again
1 parent 04b9512 commit ed9a447

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
distribution: 'oracle'
2424

2525
- name: Go to Baloot1 directory
26-
run: pushd Baloot1
26+
run: cd Baloot1
2727

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

3131
- name: Go to Baloot2 directory
32-
run: popd && pushd Baloot2
32+
run: cd ../Baloot2
3333

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

0 commit comments

Comments
 (0)