Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AbbyWolf-ADI committed Sep 4, 2024
1 parent edcf138 commit 6202f21
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/action_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
# #----------------------------------------------------------------------------------------------
# Test makeProject action
- name: TestMake
id: make_logs
uses: Analog-Devices-MSDK/btm-ci-scripts/actions/make-project@actions-update
with:
project: BLE5_ctr
Expand All @@ -104,11 +105,17 @@ jobs:
msdk_path: ${{ github.workspace }}
create_buildlog: true
# #----------------------------------------------------------------------------------------------
# Test makeProject output
- name: TestMake_output
run: |
echo "LOG DIR -- ${{ steps.make_logs.outputs.log_directory }}"
ls ${{ steps.make_logs.outputs.log_directory }}
# #----------------------------------------------------------------------------------------------
# Test OCDFlash action
- name: TestFlash
uses: Analog-Devices-MSDK/btm-ci-scripts/actions/ocdflash@actions-update
with:
board: |
boards: |
max32655_board1
project: |
BLE5_ctr
Expand Down
3 changes: 3 additions & 0 deletions actions/make-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ inputs:
description: 'Used to create a build logfile.'
required: false
default: 'false'
outputs:
log_directory:
description: 'Logfile save directory path'
runs:
using: 'node20'
main: 'index.js'

0 comments on commit 6202f21

Please sign in to comment.