Skip to content

Testing GitHub Actions that spin up Dataverse in containers for API testing

License

Notifications You must be signed in to change notification settings

gdcc/container-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For now, some testing is happening at https://github.com/pdurbin/dataverse-api-test-runner

container-test

Testing GitHub Actions that spin up Dataverse in containers for API testing

Running containers locally

Review the settings file:

cat .env

Start the containers:

docker-compose -f docker-compose-dev.yml up

Check the version returned by Dataverse:

curl http://localhost:8080/api/info/version

TODO: Set up Dataverse. Instructions for developers of Dataverse itself are at https://preview.guides.gdcc.io/en/develop/container/dev-usage.html

Please note that .env and docker-compose-dev.yml can be found upstream at https://github.com/IQSS/dataverse

About

Testing GitHub Actions that spin up Dataverse in containers for API testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published