mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
CI: reset env var to disable testing with S3 object storage
This commit is contained in:
parent
37976b388e
commit
968a3d85a0
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ test:
|
|||
- go tool cover -func=testcover.txt
|
||||
# test file package without S3 object storage (minio)
|
||||
- cd routes/file
|
||||
- go test -v -args -s3-endpoint="" -s3-bucket=""
|
||||
- S3_BUCKET="" go test -v
|
||||
- cd ../../
|
||||
dependencies:
|
||||
- build
|
||||
|
|
Loading…
Add table
Reference in a new issue