Skip to content
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
93acd07
add initial version of workflow for platformos-check
rafal-k Jul 1, 2025
d2b1b07
set more open permissions for the logs directory, otherwise other steps
rafal-k Jul 1, 2025
2decf44
remove unneeded command
rafal-k Jul 1, 2025
5c0b982
intentionally break one of the files to test pos-check in the ci
rafal-k Jul 1, 2025
3dbc76b
add summary to the workflow - wip
rafal-k Jul 2, 2025
2400ee9
intentionally introduce another type or error
rafal-k Jul 2, 2025
0bcd01f
add run conditions for start-lsp and run-check steps
rafal-k Jul 2, 2025
a0205f9
fix the way output from platformos-check is written to GITHUB_OUTPUT
rafal-k Jul 2, 2025
2d84bda
fix a few issues within the workflow
rafal-k Jul 2, 2025
15c21da
use continue-on-error in run_check step
rafal-k Jul 2, 2025
124247f
remove problematic double-quotes around GITHUB_SUMMARY
rafal-k Jul 2, 2025
b744b0d
add step to upload an artifact
rafal-k Jul 2, 2025
28c73aa
redirect the check's output to json file; work on summary
rafal-k Jul 2, 2025
c882d87
prettify output of pos-check
rafal-k Jul 2, 2025
9e9b480
make the shell return a failure if any command in the pipeline fails
rafal-k Jul 2, 2025
bbbb5eb
add some gh emojis to improve result visibility
rafal-k Jul 2, 2025
c1a81e0
add a step to fail the job if platformos-check is a failure
rafal-k Jul 2, 2025
605b987
fix the intentionally introduced error
rafal-k Jul 2, 2025
2965ce1
couple of changes:
rafal-k Jul 2, 2025
fc297dd
intentionally break one of the files to test artifact upload
rafal-k Jul 2, 2025
64492c8
fix the intentionally-broken file
rafal-k Jul 2, 2025
ae63b03
use a composite workflow to run platformos-check
rafal-k Jul 2, 2025
89ee8c9
fix indentation
rafal-k Jul 2, 2025
941ef5b
enable workflow_dispatch trigger for run-platformos-check workflow
rafal-k Jul 2, 2025
829bd4f
rename the caller workflow
rafal-k Jul 2, 2025
3ae40e7
try to call reusable workflow without specifying a branch
rafal-k Jul 2, 2025
7163fb5
add back reference to repo branch
rafal-k Jul 2, 2025
c476fd0
use SHA instead of branch name to reference the called workflow
rafal-k Jul 2, 2025
3b34ed7
rename reusable workflow
rafal-k Jul 2, 2025
5266d66
test by calling a different reusable workflow
rafal-k Jul 2, 2025
db40488
add MPKIT_TOKEN to the env
rafal-k Jul 2, 2025
4d11e8b
don't use MPKIT_TOKEN as it's not needed
rafal-k Jul 3, 2025
4cdb5ce
Merge branch 'master' into platformos-check-workflow
rafal-k Jul 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/call-platformos-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ on:

jobs:
run-platformos-check:
uses: Platform-OS/gh-workflows/.github/workflows/run_platformos_check_reusable.yml@main
secrets:
MPKIT_TOKEN: ${{ secrets.MPKIT_TOKEN }}
uses: Platform-OS/gh-workflows/.github/workflows/run_platformos_check_reusable.yml@main