MikaAK / s3-plugin-webpack

Uploads files to s3 after complete
MIT License
486 stars 125 forks source link

Improve test error output #153

Closed mlarraz closed 3 years ago

mlarraz commented 3 years ago

Just logging the stack trace (formatted correctly), for readability.

Before and after:

imageimage

mlarraz commented 3 years ago

@MikaAK would love some help to get the build passing. Is it just some missing environment variables?

MikaAK commented 3 years ago

That's probably the case I'll pull them over from travis later today

MikaAK commented 3 years ago

I've never really used GH actions, I setup the secrets though for AWS_ACCESS_KEY, AWS_BUCKET, AWS_REGION, AWS_SECRET_ACCESS_KEY, NODE_ENV

let me know if there's further steps!

mlarraz commented 3 years ago

I set up this PR to pull them into the environment: https://github.com/MikaAK/s3-plugin-webpack/pull/155

Still doesn't seem to be working though