Skip to content

Commit 38fe29f

Browse files
committed
ci: isolate multiObjectDelete versioning test for failure investigation
1 parent e321475 commit 38fe29f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ jobs:
577577
- name: Run cloudserver-version tests
578578
run: |-
579579
set -o pipefail;
580-
yarn run ft_awssdk_versioning | tee /tmp/artifacts/${{ matrix.job-name }}/ft_awssdk_versioning.log
580+
cd tests/functional/aws-node-sdk && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json test/versioning/multiObjectDelete.js --exit | tee /tmp/artifacts/${{ matrix.job-name }}/ft_awssdk_versioning.log
581581
- name: Run cloudserver-bucket tests
582582
run: |-
583583
set -o pipefail;

0 commit comments

Comments
 (0)