Skip to content

Releases: jlndk/github-action-jest

1.0.3: Now runs on push

04 Jul 12:45
143c2a3
Compare
Choose a tag to compare

This release, merges #136 (which solves #11).

This means the action now works on push events!

1.0.2: Fix critial bug (now action fails on failing tests)

03 Jul 21:10
bc3c0b9
Compare
Choose a tag to compare

This release merges #133, which actually makes this action fail the workflow if tests fail (and the fail-action-if-jest-fails is false)

1.0.1: Stability/quality improvements

02 Feb 10:57
e3cc35d
Compare
Choose a tag to compare

Description

This release has been focused on increasing the code coverage and quality, through more tests and refactoring

Merged Pull Requests

Initial Release!

01 Feb 13:21
2814873
Compare
Choose a tag to compare

This is the first working version of this action!

0.4 prerelease

31 Jan 13:41
Compare
Choose a tag to compare
Pre-release

This is the first published release.
Nothing changed since 0.3-pre

0.3 prerelease

31 Jan 13:39
Compare
Choose a tag to compare
0.3 prerelease Pre-release
Pre-release

The commits for 0.2 wasn't pushed

0.2 prerelease

31 Jan 13:38
0b679f1
Compare
Choose a tag to compare
0.2 prerelease Pre-release
Pre-release

This version simply refactors the code coverage module adds a few tests, and is simply released in order to debug this action.

Is still not expected to work

0.1 prerelease

29 Jan 11:14
0b679f1
Compare
Choose a tag to compare
0.1 prerelease Pre-release
Pre-release

This is the first release!
Nothing is expected to work currently