Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

lanterndata/lantern-suite

Repository files navigation

Lantern Suite

Testing

To build Dockerfile:

docker build -t lantern-suite:latest .

To run tests locally:

# Build the image without cache
docker build --no-cache -t lantern-test .

# Run the container
docker run --rm -v $(pwd)/test:/test -e POSTGRES_HOST_AUTH_METHOD=trust -d --name lantern-test-container lantern-test

# Run the tests
docker exec lantern-test-container bash -c "/test/run-all.sh || exit 1"

# Delete the image after running the tests
docker rmi lantern-test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •