Skip to content

Commit

Permalink
Update test-apps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Jan 16, 2025
1 parent c05ebb9 commit 6d97237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
}
if [ ! -d /opt/"$pure_arg" ] \
|| [ -z "$(PATH=/usr/local/bin command -v "$pure_arg" 2>/dev/null)" ] \
|| ! echo "$script_content" | grep -q "^#.*spooky" \
|| ! echo "$script_content" | grep -q "spooky" \
|| ! echo "${{ matrix.file }}" | grep -q "deadbeef"; then
to_failed
fi
Expand Down

0 comments on commit 6d97237

Please sign in to comment.