update actions
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
name: Test
|
name: PIT test
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
name: Test
|
name: Test
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
pitest:
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ pitest {
|
|||||||
junit5PluginVersion = '0.15'
|
junit5PluginVersion = '0.15'
|
||||||
excludedClasses = ["sh.okx.rankup.Metrics*"]
|
excludedClasses = ["sh.okx.rankup.Metrics*"]
|
||||||
timestampedReports = false
|
timestampedReports = false
|
||||||
threads = 3
|
threads = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'sh.okx'
|
group 'sh.okx'
|
||||||
|
|||||||
Reference in New Issue
Block a user