mirror of https://github.com/longtai-cn/hippo4j
Merge 7a61c85c26
into 7d78be3cab
commit
2c11ecf084
@ -0,0 +1,27 @@
|
|||||||
|
name: Test:JSONUtilTest.assertToJSONString
|
||||||
|
run-name: New known Flaky test
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
Test_Without_Nondex_Shuffling:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Set up JDK 8
|
||||||
|
uses: actions/setup-java@v3
|
||||||
|
with:
|
||||||
|
java-version: '8'
|
||||||
|
distribution: 'temurin'
|
||||||
|
- name: Test
|
||||||
|
run: mvn -pl hippo4j-common test -Dtest=cn.hippo4j.common.toolkit.JSONUtilTest#assertToJSONString
|
||||||
|
|
||||||
|
Test_With_Nondex_Shuffling:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Set up JDK 8
|
||||||
|
uses: actions/setup-java@v3
|
||||||
|
with:
|
||||||
|
java-version: '8'
|
||||||
|
distribution: 'temurin'
|
||||||
|
- name: Test
|
||||||
|
run: mvn -pl hippo4j-common edu.illinois:nondex-maven-plugin:2.1.1:nondex -Dtest=cn.hippo4j.common.toolkit.JSONUtilTest#assertToJSONString
|
Loading…
Reference in new issue