Jira/tbbas 2595 create shared workflow - #5
Closed
alexadereyko wants to merge 4 commits into
Closed
Conversation
…le, running tests, and uploading reports - Add download framework action - Add install framework action - Add determine openDAQ version action - Add build and test simple device module with binary framework package
- Project README: overview, build/test instructions, openDAQ integration notes - framework-latest-release: inputs, outputs, usage - framework-download: inputs, usage - framework-install: inputs, usage, OS-specific install details
alexadereyko
force-pushed
the
jira/TBBAS-2595_create_shared_workflow
branch
23 times, most recently
from
September 19, 2025 09:49
aeb8a16 to
03269c4
Compare
alexadereyko
force-pushed
the
jira/TBBAS-2595_create_shared_workflow
branch
4 times, most recently
from
September 25, 2025 08:45
2f2df8e to
9bbe032
Compare
alexadereyko
force-pushed
the
jira/TBBAS-2595_create_shared_workflow
branch
7 times, most recently
from
September 26, 2025 11:57
53b4c2f to
2e1f3fa
Compare
alexadereyko
force-pushed
the
jira/TBBAS-2595_create_shared_workflow
branch
9 times, most recently
from
October 9, 2025 15:19
c3d7764 to
f69c877
Compare
alexadereyko
force-pushed
the
jira/TBBAS-2595_create_shared_workflow
branch
2 times, most recently
from
October 16, 2025 08:18
d116544 to
3f25dda
Compare
Comment on lines
+1
to
+21
| name: Download openDAQ framework release package from GitHub | ||
| description: "Download openDAQ package from GitHub" | ||
|
|
||
| inputs: | ||
| opendaq-release-version: | ||
| required: false | ||
| default: '' | ||
|
|
||
| destination-dir: | ||
| required: false | ||
| default: ${{ runner.temp }} | ||
|
|
||
| runs: | ||
| using: composite | ||
| steps: | ||
| - name: Download openDAQ release | ||
| shell: bash | ||
| run: | | ||
| echo "::group::Download openDAQ package " | ||
| gh release download ${{ inputs.opendaq-release-version }} --repo openDAQ/openDAQ --pattern ${{ inputs.opendaq-package-filename }} --dir ${{ inputs.destination-directory }} | ||
|
|
Contributor
There was a problem hiding this comment.
I think this entire .autosave file can be safely deleted.
aljazfrancic
approved these changes
Oct 27, 2025
| pull_request: | ||
| branches: | ||
| - main | ||
| - jira/* |
Contributor
There was a problem hiding this comment.
Why not run it on all pull requests on all branches?
pull_request:
branches:
Collaborator
Author
There was a problem hiding this comment.
Agree.
The push executes only for main branch, and the pull_request -- for any branches
|
|
||
| - name: Compose framework filename | ||
| id: compose-framework-filename | ||
| uses: openDAQ/actions/framework-compose-filename@jira/TBBAS-2680-opendaq-gh-actions-github-api-wrapper-unit-tests |
Contributor
There was a problem hiding this comment.
Obviously, all of these should target the main branch, not this specific one before the merge.
Collaborator
Author
There was a problem hiding this comment.
I put the comment in the pull request description pointing to actual PRs that need to be merged before the current one.
alexadereyko
force-pushed
the
jira/TBBAS-2595_create_shared_workflow
branch
5 times, most recently
from
October 29, 2025 10:15
83f2d18 to
a8a3025
Compare
… build and test - Add ci-framework.yml: reusable workflow for testing with openDAQ framework artifacts - Add module-build-test composite action: automated CMake configure, build, and test - Update ci.yml: use new composite action, add fail-fast: false for matrix jobs
alexadereyko
force-pushed
the
jira/TBBAS-2595_create_shared_workflow
branch
from
October 29, 2025 10:42
a8a3025 to
7fdb861
Compare
alexadereyko
changed the base branch from
main
to
jira/TBBAS-2538_add_example_module_ci_workflow_docs
October 29, 2025 10:43
alexadereyko
changed the base branch from
jira/TBBAS-2538_add_example_module_ci_workflow_docs
to
jira/TBBAS-2523_simple_device_module_ci
October 29, 2025 10:53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.