File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -92,17 +92,17 @@ jobs:
92
92
run : |
93
93
pip install -r requirements.txt --break-system-packages
94
94
95
- # - name: Upload symbol file to Memfault
96
- # working-directory: thingy91x-oob /tests/on_target/artifacts
97
- # run: |
98
- # memfault \
99
- # --org-token ${{ secrets.MEMFAULT_ORGANIZATION_TOKEN }} \
100
- # --org ${{ vars.MEMFAULT_ORGANIZATION_SLUG }} \
101
- # --project ${{ vars.MEMFAULT_PROJECT_SLUG }} \
102
- # upload-mcu-symbols \
103
- # --software-type hello.nrfcloud.com -ci \
104
- # --software-version ${{ inputs.artifact_fw_version }} \
105
- # hello.nrfcloud.com -${{ inputs.artifact_fw_version }}-thingy91x-nrf91.elf
95
+ - name : Upload symbol file to Memfault
96
+ working-directory : asset-tracker-template /tests/on_target/artifacts
97
+ run : |
98
+ memfault \
99
+ --org-token ${{ secrets.MEMFAULT_ORGANIZATION_TOKEN }} \
100
+ --org ${{ vars.MEMFAULT_ORGANIZATION_SLUG }} \
101
+ --project ${{ vars.MEMFAULT_PROJECT_SLUG }} \
102
+ upload-mcu-symbols \
103
+ --software-type asset-tracker-template -ci \
104
+ --software-version ${{ inputs.artifact_fw_version }} \
105
+ asset-tracker-template -${{ inputs.artifact_fw_version }}-thingy91x-nrf91.elf
106
106
107
107
- name : Target Tests
108
108
working-directory : asset-tracker-template/tests/on_target
You can’t perform that action at this time.
0 commit comments