Skip to content

Commit

Permalink
or not...
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Dec 4, 2022
1 parent 1b7fe7e commit f11d8b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/buildsCI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,14 @@ jobs:
# The final step will check the return value from the test step and decide if to fail/pass the job
continue-on-error: true
run: |
echo "Job name= ${{ jobs.${{ github.job }}.name }}"
export LRS_LOG_LEVEL="DEBUG";
cd build
./unit-tests/live-test -d yes -i [software-device]
- name: Upload RS log artifact
uses: actions/upload-artifact@v2
with:
name: Log file - ${{ jobs.${{ github.job }}.name }}
name: Log file - U18_ST_Py_EX_CfU_LiveTest
path: build/*.log


Expand Down Expand Up @@ -316,7 +315,7 @@ jobs:
- name: Upload RS log artifact
uses: actions/upload-artifact@v2
with:
name: Log file - ${{ jobs.${{ github.job }}.name }}
name: Log file - U18_SH_RSUSB_LiveTest_NodeJS
path: build/*.log

- name: Provide correct exit status for job
Expand Down

0 comments on commit f11d8b3

Please sign in to comment.