Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

How run integration tests

Run tests locally

Copy example files and update corresponding values.

cp Makefile.env.exmaple Makefile.env

Run tests

make integration_test

Run tests in CI

Set following environment variables:

export STORAGE_GCS_INTEGRATION_TEST=on
export STORAGE_GCS_CREDENTIAL=base64:base64-content
export STORAGE_GCS_NAME=bucketname
export STORAGE_GCS_PROJECT_ID=project-id

Run tests

make integration_test