Skip to content

Commit 5458181

Browse files
committed
hotfix: tests
1 parent b1d9fa8 commit 5458181

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
java-version: '17'
1717
distribution: 'temurin'
1818

19+
- name: Print test file
20+
run: cat src/test/java/io/github/isagroup/PricingEvaluatorUtilTests.java
21+
1922
- name: Build with Maven
2023
run: mvn test
2124

0 commit comments

Comments
 (0)