Skip to content

Commit

Permalink
adds no-cli-pager option
Browse files Browse the repository at this point in the history
  • Loading branch information
daschaa committed Dec 29, 2024
1 parent 8536757 commit e36a9e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
--attribute-definitions AttributeName=clientId,AttributeType=S \
--key-schema AttributeName=clientId,KeyType=HASH \
--provisioned-throughput ReadCapacityUnits=5,WriteCapacityUnits=5 \
--endpoint-url http://localhost:8000
--endpoint-url http://localhost:8000 \
--no-cli-pager
- name: Run tests
run: task test

0 comments on commit e36a9e8

Please # to comment.