We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d9fa8 commit 5458181Copy full SHA for 5458181
1 file changed
.github/workflows/run-tests.yml
@@ -16,6 +16,9 @@ jobs:
16
java-version: '17'
17
distribution: 'temurin'
18
19
+ - name: Print test file
20
+ run: cat src/test/java/io/github/isagroup/PricingEvaluatorUtilTests.java
21
+
22
- name: Build with Maven
23
run: mvn test
24
0 commit comments