Commit graph

39 commits

Author SHA1 Message Date
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
Julien Catania
472c8c84b3
Update feature.md 2025-02-07 12:06:00 +01:00
Julien Catania
374896edff
Update bug_report.md 2025-02-07 12:05:26 +01: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
9e2e57e817 Remove jozefizso and DominikPalo from assignees to keep notifications low 2023-12-18 12:00:55 +01:00
Julien Catania
ddfa15d232 adding jozefizso,DominikPalo,dharmendrasha as assignees 2023-12-18 08:47:57 +01:00
Julien Catania
b1ecc16057 adding feature and bug template 2023-12-17 21:46:58 +01: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
dcaa140ba1
Merge pull request #228 from yeikel/patch-1
Add dependabot configuration
2023-09-22 21:21:26 +02:00
Julien Catania
948526218f update workflows 2023-09-21 20:23:17 +02:00
Yeikel
279d40aa15
Add github-actions 2023-03-06 15:38:28 -05:00
Yeikel
375f855d6c
Add dependabot configuration
See https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/
2023-02-07 17:30:48 -05: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
7c6c7df048
Remove depandabot - for this project its too annoying without real benefits 2021-05-13 23:00:15 +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
be44d6bbcb
Dependabot ignore @types/node 2021-02-01 10:22:39 +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