Skip to content

Releases: tripal/test-tripal-action

v1.8

28 Nov 19:40
68b3f2a

Choose a tag to compare

No backwards incompatible changes have been added in this release!

What's Changed

Full Changelog: v1.7...v1.8

v1.7

22 Jul 20:58
17e77d7

Choose a tag to compare

This release migrates from CodeClimate to QLTY Cloud code coverage reporting. README has been updated to show how QLTY Cloud can be used.

v1.6

20 Aug 16:23
fb2c2c7

Choose a tag to compare

This release adds the following:

  1. 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.
  2. 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

25 Mar 15:29
ee01235

Choose a tag to compare

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

27 Feb 21:09
c2b6340

Choose a tag to compare

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

08 Feb 22:57
6317df2

Choose a tag to compare

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

08 Nov 19:10
5202b45

Choose a tag to compare

Added support for the new path used in TripalDocker after PR #1681.

v1.1

19 May 21:13
80f85d8

Choose a tag to compare

Added support for building the docker image using this workflow.

v1.0

10 Mar 21:37
1ccad70

Choose a tag to compare

The first release of this action. It is ready to be used in your workflows.