Skip to content

Commit

Permalink
ci: add scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed Nov 6, 2023
1 parent 0690bf0 commit 512df63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
transport:
- "php://localhost?size=10000"
- "redis://localhost?size=10000&trimInterval=0.5&pingInterval=0"
- "redis://localhost?size=10000&trimInterval=0.5&pingInterval=0.1"
- "redis://localhost?size=10000&trimInterval=0.5&pingInterval=0.1&readTimeout=2"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 512df63

Please sign in to comment.