Skip to content

Commit 9df0602

Browse files
authored
chore: Fix logs upload to S3 (AztecProtocol#6401)
As e2es were moved to a remote runner, they no longer inherit the env from github, so EARTHLY_BUILD_ARGS were not passed, so the target folder for uploading logs was unset.
1 parent 44d7916 commit 9df0602

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
set -eux
114114
cd ./yarn-project/end-to-end/
115115
export FORCE_COLOR=1
116+
export EARTHLY_BUILD_ARGS="${{ env.EARTHLY_BUILD_ARGS }}"
116117
../../scripts/earthly-ci -P \
117118
--secret AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }} \
118119
--secret AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }} \

0 commit comments

Comments
 (0)