Skip to content

Releases: ddev/github-action-add-on-test

v2.3.0

29 Oct 01:21
d8750fd
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Exclude "release" tagged tests for push workflow (PR #38)

v2.2.0

15 Oct 06:04
e69436a
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Quiet down the brew installs (PR #35)

v2.1.0

02 Oct 00:06
ae83aba
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Exclude "release" tagged tests for pull request workflow (PR #34)

Added

  • Add test_command input (PR #34)

v2.0.2

25 May 01:49
abdb628
Compare
Choose a tag to compare

Compare with previous release

Fixed

  • Run keepalive step only for scheduled run (PR #33)

v2.0.1

22 May 01:35
6fe79b0
Compare
Choose a tag to compare

Compare with previous release

Fixed

  • Shorten the default keepalive_time_elapsed value to "0" day (PR #31)

v2.0.0

15 Mar 04:30
5c441e7
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Breaking change: Use gautamkrishnar/keepalive-workflow@v2 to avoid dummy commit. This change requires
    modifying permission from contents: write to actions: write in the main workflow.

v1.2.0

19 Feb 04:50
c572bd9
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Update actions/checkout to v4 for Node.js 20 (PR #26)

v1.1.1

29 Oct 06:31
340c708
Compare
Choose a tag to compare

Compare with previous release

Fixed

  • Turn off instrumentation for tests (PR #23)

v1.1.0

20 Sep 05:30
28ca016
Compare
Choose a tag to compare

Compare with previous release

Changed

v1.0.0

25 Aug 02:19
b94d8c2
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Install bats-assert and friends by default (@see PR #15)