Skip to content

Commit c4d96dc

Browse files
committed
feat: simplify resilience tests command in CI configuration
1 parent 21e61a3 commit c4d96dc

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/mvn-test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -228,17 +228,11 @@ jobs:
228228
run: docker load < /tmp/arcadedb-image.tar
229229

230230
- name: Resilience Tests
231-
run: ./mvnw verify -Pintegration -pl resilience -Dit.test=SingleServerLoadTestIT
231+
run: ./mvnw verify -Pintegration -pl resilience
232232
env:
233233
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
234234
ARCADEDB_DOCKER_IMAGE: ${{ needs.build-and-package.outputs.image-tag }}
235235

236-
- name: some checks
237-
if: success() || failure()
238-
run: |
239-
ls -la ./resilience/target/databases
240-
ls -la ./resilience/target/databases/arcade
241-
242236
- name: Resilinece Tests Reporter
243237
uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0
244238
if: success() || failure()

0 commit comments

Comments
 (0)