Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove action test reporter and test actions. #175

Merged
merged 4 commits into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/pipeline_features_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,6 @@ jobs:
run: |
mvn test -Dtest="features.*" -Dmaven.test.failure.ignore=true -f __test/pom.xml

# Generate test reports
- name: JEST Test Report JDK version - ${{ matrix.java }}
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
with:
name: JEST Tests Report JDK version - ${{ matrix.java }} # Name of the check run which will be created
fail-on-error: 'false'
path: ./__test/target/surefire-reports/TEST-*.xml # Path to test results
reporter: java-junit # Format of test results