Skip to content

Commit

Permalink
fixed test-linux-gcc workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlePalu committed Dec 6, 2023
1 parent dd7d768 commit 6dff3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo "TEST_RESULT=$(echo $?)" >> $GITHUB_ENV
- name: check_tests_passed
run: |
if [ "$env.TEST_RESULT" -eq "0" ]; then
if [ "$TEST_RESULT" -eq "0" ]; then
exit 0
else
exit 1
Expand Down

0 comments on commit 6dff3df

Please sign in to comment.