Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Bich Vu Thi Ngoc committed Oct 9, 2024
1 parent 4020b99 commit 1c5d05c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/generate_firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ env:
GECKO_SDK_REPO: https://github.com/SiliconLabs/gecko_sdk.git
SDK_VER: v4.4.2
JLINK_SEGGER_URL: https://www.segger.com/downloads/jlink/JLink_Linux_x86_64.tgz
SDK_PATH: /home/sqa/SimplicityStudio/SDKs/gecko_sdk
START_ADDR_FLASH: 0x8000000
TASK: gen-only
jobs:
job1:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
REPO_BRANCH: ${{ github.event.inputs.branch }}
REPO_NAME: ${{ github.repository }}
JLINK_PATH: /opt/SEGGER/JLink/libjlinkarm.so
SDK_PATH: ~/SimplicityStudio/SDKs/gecko_sdk
SDK_PATH: /home/sqa/SimplicityStudio/SDKs/gecko_sdk
jobs:
job1:
name: Integration test for mg24 with gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
REPO_BRANCH: ${{ github.event.inputs.branch }}
REPO_NAME: ${{ github.repository }}
JLINK_PATH: /opt/SEGGER/JLink/libjlinkarm.so
SDK_PATH: ~/SimplicityStudio/SDKs/gecko_sdk
SDK_PATH: /home/sqa/SimplicityStudio/SDKs/gecko_sdk
jobs:
job1:
name: Unit test for mg24 with gcc
Expand Down
2 changes: 0 additions & 2 deletions test/test_file.txt

This file was deleted.

0 comments on commit 1c5d05c

Please sign in to comment.