Skip to content

Commit 7819b05

Browse files
authored
Update testpr.yml
1 parent e8c4b9c commit 7819b05

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/testpr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,12 @@ jobs:
101101
id: newrecipecheck
102102
shell: bash -l {0}
103103
run: |
104+
set +e
104105
if [ ! -d recipes ] || [ -z "$(ls -A recipes)" ]; then
105106
echo "RECIPE_CREATED=0" >> $GITHUB_OUTPUT
106107
else
107108
echo "RECIPE_CREATED=1" >> $GITHUB_OUTPUT
108109
fi
109-
# continue on error
110-
set +e
111-
test ! -d recipes
112110
- name: Build recipes for linux-64
113111
shell: bash -l {0}
114112
if: steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && matrix.platform == 'linux-64'

0 commit comments

Comments
 (0)