We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e321475 commit 38fe29fCopy full SHA for 38fe29f
1 file changed
.github/workflows/tests.yaml
@@ -577,7 +577,7 @@ jobs:
577
- name: Run cloudserver-version tests
578
run: |-
579
set -o pipefail;
580
- yarn run ft_awssdk_versioning | tee /tmp/artifacts/${{ matrix.job-name }}/ft_awssdk_versioning.log
+ 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
581
- name: Run cloudserver-bucket tests
582
583
0 commit comments