You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But note, if you create database or table in frontend integration test case and forget deleted it, maybe these test case will failed in the next test mode.
The text was updated successfully, but these errors were encountered:
…on test (#2817)
### What changes were proposed in this pull request?
Merging embedded and deploy test mode for frontend integration test, and
just test with Java 8 version.
### Why are the changes needed?
Fix: #2798
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
CI
What would you like to be improved?
Use two Github Action to test frontend integration test is very occupancy time,
So we can Merging embedded and deploy test mode in one Github Action.
How should we improve?
Delete these code from
.github/workflows/frontend-integration-test.yml
And modify tese code in
.github/workflows/frontend-integration-test.yml
But note, if you create database or table in frontend integration test case and forget deleted it, maybe these test case will failed in the next test mode.
The text was updated successfully, but these errors were encountered: