gmoon / s3proxy

Front AWS S3 with a web server that you control
Apache License 2.0
20 stars 9 forks source link

Add docker-based tests for npm package before publish #48

Closed gmoon closed 3 years ago

gmoon commented 3 years ago

Use npm pack to create a package archive (tar.gz) Copy it into a docker image Run artillery tests

gmoon commented 3 years ago

npm run artillery-docker

Added it to GitHub actions