Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 17ed579

Browse files
author
Joseph Finnegan
committed
fix setting of env var
1 parent f2ca664 commit 17ed579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
if [ $(cat $TESTSUITE_RUNNING_STATUS_LOC) = RUNNING ] ; then exit 1; fi
9292
echo RUNNING > $TESTSUITE_RUNNING_STATUS_LOC
93-
echo "$TESTSUITE_STATUS_CHANGED_DURING_RUN=true" >> $GITHUB_ENV
93+
echo "TESTSUITE_STATUS_CHANGED_DURING_RUN=true" >> $GITHUB_ENV
9494
echo "set status is $TESTSUITE_STATUS_CHANGED_DURING_RUN"
9595
cd build/apps/modem
9696
JLinkExe -SelectEmuBySN 770821797 -CommandFile jlink-flash-full.script > flashOutput1.txt
@@ -119,7 +119,7 @@ jobs:
119119
name: test-results
120120
path: Sub-IoT-testsuite/report.xml
121121

122-
- name: Reset atomic on failure of previous steps
122+
- name: Reset var on failure of previous steps
123123
if: always()
124124
run: |
125125
echo "set status is $TESTSUITE_STATUS_CHANGED_DURING_RUN"

0 commit comments

Comments
 (0)