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

Disable tests on GitHub Actions #640

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Disable tests on GitHub Actions #640

merged 1 commit into from
Dec 20, 2024

Conversation

ivy-lli
Copy link
Member

@ivy-lli ivy-lli commented Dec 20, 2024

  • We run the tests on our own Jenkins CI
  • There are some tests which are currently failing on GitHub Actions, however the current shared actions workflow yml has to strict glob patters and don't find the surefire raport XML

e.g:

[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running workflow.trigger.WebTestCreateNewEmployeeIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.368 s -- in workflow.trigger.WebTestCreateNewEmployeeIT
[INFO] Running workflow.businessdata.WebTestBusinessDataIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.403 s -- in workflow.businessdata.WebTestBusinessDataIT
[INFO] Running workflow.businessdata.WebTestBusinessCaseDataWorkflowIT
Error:  Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.340 s <<< FAILURE! -- in workflow.businessdata.WebTestBusinessCaseDataWorkflowIT
Error:  workflow.businessdata.WebTestBusinessCaseDataWorkflowIT.testInterview -- Time elapsed: 4.337 s <<< FAILURE!

and

Warning: Could not find any JUnit XML files for */target/*-reports/*.xml, !*/target/*-reports/failsafe-summary.xml

@ivy-lli ivy-lli requested a review from ivy-rew December 20, 2024 10:28
Copy link

github-actions bot commented Dec 20, 2024

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 21b7f46. ± Comparison against base commit ebbab20.

♻️ This comment has been updated with latest results.

.github/workflows/ci.yml Outdated Show resolved Hide resolved
- We run the tests on our own Jenkins CI
- There are some tests which are currently failing on GitHub Actions, however the current shared actions workflow yml has to strict glob patters and don't find the surefire raport xml
@ivy-lli ivy-lli merged commit fa28564 into release/12.0 Dec 20, 2024
10 checks passed
@ivy-lli ivy-lli deleted the disable-tests branch December 20, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants