Skip to content

Commit e848465

Browse files
authored
chore(ci): create test report dir before execution (#1234)
1 parent 1f0ec48 commit e848465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/devicefarm-test-runner-buildspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ phases:
2828
pre_build:
2929
commands:
3030
- echo 'Pre-build phase starting'
31+
- mkdir -p build/allTests
3132
- |
3233
if [[ -z "${CONFIG_SOURCE_BUCKET}" ]]; then
3334
echo 'Pulling config files from Amplify'

0 commit comments

Comments
 (0)