mirror of
https://github.com/versity/versitygw.git
synced 2026-09-19 06:32:10 +00:00
test: s3cmd additional tests, include in github-actions, dockerfile
This commit is contained in:
@@ -29,6 +29,10 @@ jobs:
|
||||
git clone https://github.com/bats-core/bats-core.git
|
||||
cd bats-core && ./install.sh $HOME
|
||||
|
||||
- name: Install s3cmd
|
||||
run: |
|
||||
sudo apt-get install s3cmd
|
||||
|
||||
- name: Build and run
|
||||
run: |
|
||||
make testbin
|
||||
@@ -42,4 +46,4 @@ jobs:
|
||||
export WORKSPACE=$GITHUB_WORKSPACE
|
||||
openssl genpkey -algorithm RSA -out versitygw.pem -pkeyopt rsa_keygen_bits:2048
|
||||
openssl req -new -x509 -key versitygw.pem -out cert.pem -days 365 -subj "/C=US/ST=California/L=San Francisco/O=Versity/OU=Software/CN=versity.com"
|
||||
./tests/run_all.sh
|
||||
VERSITYGW_TEST_ENV=./tests/.env.default ./tests/run_all.sh
|
||||
|
||||
Reference in New Issue
Block a user