Skip to content

Commit

Permalink
set the max path
Browse files Browse the repository at this point in the history
  • Loading branch information
JC-282-AD committed Jun 28, 2024
1 parent 22e49a0 commit 26e1a5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/example_tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ on:
workflow_dispatch:



env:
MAXIM_PATH: .

jobs:
Example_Tests:
Expand All @@ -67,6 +68,7 @@ jobs:

- name: run_example_test
run: |
pwd
bash .github/workflows/scripts/example_tester.sh max32690_board_ex
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/example_tester.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ boardVersion=max32690
boardName=$1
uartPort=$(resource_manager -g $boardName.console_port)
target_uc=$(resource_manager -g $boardName.target)
MAXIM_PATH=/home/jcai/Workspace/msdk
#MAXIM_PATH=/home/jcai/Workspace/msdk
Path=$MAXIM_PATH/Examples/$target_uc

# variable for testing purpose
Expand Down

0 comments on commit 26e1a5f

Please sign in to comment.