We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e61a3 commit c4d96dcCopy full SHA for c4d96dc
1 file changed
.github/workflows/mvn-test.yml
@@ -228,17 +228,11 @@ jobs:
228
run: docker load < /tmp/arcadedb-image.tar
229
230
- name: Resilience Tests
231
- run: ./mvnw verify -Pintegration -pl resilience -Dit.test=SingleServerLoadTestIT
+ run: ./mvnw verify -Pintegration -pl resilience
232
env:
233
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
234
ARCADEDB_DOCKER_IMAGE: ${{ needs.build-and-package.outputs.image-tag }}
235
236
- - name: some checks
237
- if: success() || failure()
238
- run: |
239
- ls -la ./resilience/target/databases
240
- ls -la ./resilience/target/databases/arcade
241
-
242
- name: Resilinece Tests Reporter
243
uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0
244
if: success() || failure()
0 commit comments