Skip to content

Commit

Permalink
chore(github): adapt to renamed command
Browse files Browse the repository at this point in the history
  • Loading branch information
helmut-hoffer-von-ankershoffen committed Jan 1, 2025
1 parent b57745f commit 211bb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Validate installation
run: |
OUTPUT=$(uv run brave-search --help)
OUTPUT=$(uv run brave-search-python-client --help)
if [[ "$OUTPUT" != *"built with love in Berlin"* ]]; then
echo "Output does not contain 'built with love in Berlin'"
exit 1
Expand Down

0 comments on commit 211bb41

Please sign in to comment.