Skip to content

Commit ade03c6

Browse files
committed
fix codebuild
1 parent 0aeafa9 commit ade03c6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

codebuild/py311/performance_tests_mpl.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ phases:
3434
- export AWS_SESSION_TOKEN=$(echo "${TMP_ROLE}" | jq -r '.Credentials.SessionToken')
3535
- aws sts get-caller-identity
3636
# 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

codebuild/py312/performance_tests_mpl.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ phases:
3434
- export AWS_SESSION_TOKEN=$(echo "${TMP_ROLE}" | jq -r '.Credentials.SessionToken')
3535
- aws sts get-caller-identity
3636
# 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

0 commit comments

Comments
 (0)