Skip to content

Commit cd0c8c7

Browse files
committed
Fix CI notifier and clarify FTS setup
1 parent 84b3669 commit cd0c8c7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
python -m pytest
4040
- name: Report Status
4141
if: always()
42-
uses: ravsamhq/notify-slack-action@v1
42+
continue-on-error: true
43+
uses: ravsamhq/notify-slack-action@v2
4344
with:
4445
status: ${{ job.status }}
4546
notify_when: "failure,warnings"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ You need to update the connection string and the credentials in the `.env` file
143143

144144
> Note: Couchbase Server version 7 or higher must be installed and running prior to running the Flask Python app.
145145
>
146-
> Note: The hotel autocomplete and filter endpoints rely on Full Text Search. For a self-managed walkthrough or the full test suite, make sure the cluster has the Search service enabled so the `hotel_search` index can be created in the `travel-sample.inventory` scope.
146+
> Note: The hotel autocomplete and filter endpoints rely on Full Text Search. For a self-managed walkthrough or the full test suite, make sure the cluster has the Search service enabled so the `hotel_search` index can be created on the `travel-sample` bucket (indexing the `inventory.hotel` collection).
147147
148148
### Swagger Documentation
149149

0 commit comments

Comments
 (0)