-
Notifications
You must be signed in to change notification settings - Fork 2
<TBBAS-2554> Add reusable CI workflows for SimpleDeviceModule #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: jira/TBBAS-2523_simple_device_module_ci
Are you sure you want to change the base?
<TBBAS-2554> Add reusable CI workflows for SimpleDeviceModule #6
Conversation
.github/workflows/ci-framework.yml
Outdated
|
|
||
| - name: Download openDAQ framework artifact | ||
| id: download | ||
| uses: openDAQ/actions/framework-download-artifact@jira/TBBAS-2680-opendaq-gh-actions-github-api-wrapper-unit-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace the target branch with main
| artifact-filename: ${{ inputs.file-name }} | ||
|
|
||
| - name: Install openDAQ framework artifact | ||
| uses: openDAQ/actions/framework-install@jira/TBBAS-2680-opendaq-gh-actions-github-api-wrapper-unit-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace the target branch with main
.github/workflows/ci.yml
Outdated
| uses: ./.github/actions/framework-latest-release | ||
| - name: Download openDAQ framework asset | ||
| id: download-framework-filename | ||
| uses: openDAQ/actions/framework-download-release@jira/TBBAS-2680-opendaq-gh-actions-github-api-wrapper-unit-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace the target branch with main
.github/workflows/ci.yml
Outdated
| echo "asset=$asset" >> $GITHUB_OUTPUT | ||
| - name: Install openDAQ framework asset | ||
| uses: openDAQ/actions/framework-install@jira/TBBAS-2680-opendaq-gh-actions-github-api-wrapper-unit-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace the target branch with main
e4c5bb2 to
66952b1
Compare
06890a7 to
4d80652
Compare
4d80652 to
15ddc7b
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
…h actions/download-artifact@v5
15ddc7b to
f6a1f7e
Compare
Dependencies
Summary
ci-framework.yml: reusable workflow for integration testing with openDAQ framework artifactsmodule-build-testcomposite action: automated CMake configure, build, and test stepsci.yml: use composite action, addfail-fast: falseto matrix strategypush(main only) andpull_request