Releases: tripal/test-tripal-action
v1.6
This release adds the following:
- Supports the new TripalDocker version as of PR tripal/tripal#1951 which merges all PHP versions into a single Dockerfile and ensures the Docker handles keeping up PostgreSQL via Supervisord this means we no longer need to run
service postgresql restart
on a fresh TripalDocker container and also meant this action needed to find a different way to confirm postgresql is done starting before running tests. - Supports reporting Test Code Coverage to CodeClimate Quality. Instructions for how to use this has been added to the README for this action. Note: CodeClimate Quality is free for public GitHub repositories but CodeClimate Velocity is a paid product.
v1.5
This release is to support the change in dockerfile naming with tripal core PR tripal/tripal#1821 which allows the postgresql version to be settable via a build-arg rather than in the dockerfile name.
v1.4
Switch from using testchado
to teacup
for the name of the schema containing chado (named after tea). This ensures the assumptions in the test environment on the name testchado
are no longer used and ensures we don't have any assumptions on the name chado
.
v1.3
This version updates the checkout action to v4 to remove the nodejs warning and passes through the php version to Tripal extension module docker builds for better automated testing grids. It also updates the documentation and default versions.
v1.2
Added support for the new path used in TripalDocker after PR #1681.
v1.1
Added support for building the docker image using this workflow.
v1.0
The first release of this action. It is ready to be used in your workflows.