Jozef Izso
12c7abe9ab
Add conclusion output column to integration test summary table
...
Integration Tests (#217) - fail-on-error/fail-on-empty / Passing tests | fail-on-error=false (push) Has been cancelled
Integration Tests (#217) - fail-on-error/fail-on-empty / Failing tests | fail-on-error=true (push) Has been cancelled
Integration Tests (#217) - fail-on-error/fail-on-empty / Failing tests | fail-on-error=false [#217] (push) Has been cancelled
Integration Tests (#217) - fail-on-error/fail-on-empty / Passing tests | fail-on-error=true (push) Has been cancelled
Integration Tests (#217) - fail-on-error/fail-on-empty / Empty results | fail-on-empty=true (push) Has been cancelled
Integration Tests (#217) - fail-on-error/fail-on-empty / Empty results | fail-on-empty=false (push) Has been cancelled
Integration Tests (#217) - fail-on-error/fail-on-empty / Test Summary (push) Has been cancelled
- Added job outputs to expose conclusion from each test scenario
- Added new "Conclusion" column to summary table with colored badges
- Shows actual conclusion output (🟢 success / 🔴 failure / ⚫ N/A)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-14 15:12:30 +01:00
Jozef Izso
3b5ad0231b
Update scenario 4 to be a regression test for issue #217
...
The bug has been fixed - conclusion output now correctly reflects
test failures independent of fail-on-error setting. Updated comments
and summary to indicate this is now a regression test.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-14 15:12:15 +01:00
Jozef Izso
c89704a410
Add integration tests for fail-on-error and fail-on-empty scenarios ( #217 )
...
Add workflow and fixtures to test the behavior of fail-on-error and
fail-on-empty parameters across different scenarios:
- Passing tests with fail-on-error true/false
- Failing tests with fail-on-error true/false
- Empty results with fail-on-empty true/false
Scenario 4 (failing tests + fail-on-error=false) is expected to fail
until issue #217 is fixed, documenting the bug where check conclusion
shows 'success' even when tests fail.
The workflow outputs a GitHub Actions summary with a markdown table
showing all test results.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-14 15:11:36 +01:00
dependabot[bot]
fc80cb4400
Bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-21 23:07:16 +00:00
Jozef Izso
f372a8338e
Merge pull request #662 from dorny/dependabot/github_actions/actions/setup-node-6
2025-10-25 11:09:08 +02:00
dependabot[bot]
cf9db500ed
Bump actions/upload-artifact from 4 to 5
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-24 23:05:54 +00:00
dependabot[bot]
ba33405987
Bump actions/setup-node from 5 to 6
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-14 23:06:32 +00:00
Jozef Izso
fd1c798d8d
Upgrade actions/setup-node to v5
...
This action runs using NodeJS 24 and requires GitHub Runner v2.327.1 and newer
https://github.com/actions/setup-node/releases/tag/v5.0.0
2025-09-12 13:16:20 +02:00
Jozef Izso
2211cf1035
Upgrade actions/checkout to v5
...
This action runs using NodeJS 24 and requires GitHub Runner v2.327.1 and newer
https://github.com/actions/checkout/releases/tag/v5.0.0
2025-09-12 13:15:16 +02:00
Björn Kautler
302102c9a4
Use if: ${{ !cancelled() }}
2025-05-19 20:02:04 +02:00
Sıddık AÇIL
653ebca2c2
Update checkout and upload-artifact actions versions ( #419 )
2024-05-18 14:01:30 +02:00
Jozef Izso
e091fade5c
Use NodeJS 18 LTS as default runtime
2023-12-13 10:47:42 +01:00
dependabot[bot]
148c3e5c6d
Bump actions/checkout from 2 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 19:22:00 +00:00
Julien Catania
948526218f
update workflows
2023-09-21 20:23:17 +02:00
Michal Dorner
a5c5b636ff
Remove "Create test report" step from PR check runs
2022-11-30 18:23:12 +01:00
Michal Dorner
59de73d003
Verify content of dist/ folder matches build output
2022-11-13 12:39:16 +01:00
Michal Dorner
a95a149c9a
Print used node version in CI job
2022-08-23 22:46:11 +02:00
Michal Dorner
2d842d6ac6
Upload test results on success() || failure()
2021-02-24 21:33:54 +01:00
Michal Dorner
f285c4c6d7
Fix CI: correct patter in paths-ignore + checkout in test-report workflow
2021-02-20 22:45:20 +01:00
Michal Dorner
9a38483bcc
Add CHANGELOG.md
2021-02-20 14:56:43 +01:00
Michal Dorner
3340176ee8
Remove artifact-test from CI
...
Artifacts via public API are not available before whole workflow is finished. Therefore it's not possible to execute test this way
2021-02-18 22:23:20 +01:00
Michal Dorner
8efb156d28
Fail the action if no test results are processed
2021-02-18 21:18:04 +01:00
Michal Dorner
93c3964547
Misc fixes + test sleep before artifact-test
2021-02-17 21:20:40 +01:00
Michal Dorner
e31d426ac4
Remove continue-on-error: true from CI + add checkout on second job
2021-02-16 21:42:41 +01:00
Michal Dorner
323e750ca2
Extend CI to test artifact mode
2021-02-16 21:34:40 +01:00
Michal Dorner
60d8992614
Remove unnecessary quotes from yaml
2021-02-01 21:20:03 +01:00
Michal Dorner
97dfc915c5
CI: use wildcard path to jest results
2021-01-16 22:54:48 +01:00
Michal Dorner
41e42925f3
Improve CI - use if: always() instead of continue-on-error
2021-01-06 22:59:59 +01:00
Michal Dorner
1ee2707b1a
Add 'conclusion' output parameter
2020-11-18 21:38:20 +01:00
Michal Dorner
e516b7cf46
CI job: build, test and self-evaluate test results
2020-11-17 23:07:45 +01:00
Michal Dorner
e09b207f38
Cleanup of the template
2020-10-01 23:35:59 +02:00
Michal Dorner
0551aa4107
Initial commit
2020-10-01 22:53:25 +02:00