File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -34,5 +34,4 @@ phases:
34
34
- export AWS_SESSION_TOKEN=$(echo "${TMP_ROLE}" | jq -r '.Credentials.SessionToken')
35
35
- aws sts get-caller-identity
36
36
# Run MPL-specific tests with special role
37
- - cd performance_tests/
38
- - tox -e py311-performance_tests-mpl
37
+ - cd performance_tests/ && tox -e py311-performance_tests-mpl
Original file line number Diff line number Diff line change @@ -34,5 +34,4 @@ phases:
34
34
- export AWS_SESSION_TOKEN=$(echo "${TMP_ROLE}" | jq -r '.Credentials.SessionToken')
35
35
- aws sts get-caller-identity
36
36
# Run MPL-specific tests with special role
37
- - cd performance_tests/
38
- - tox -e py312-performance_tests-mpl
37
+ - cd performance_tests/ && tox -e py312-performance_tests-mpl
You can’t perform that action at this time.
0 commit comments