Skip to content

Commit

Permalink
wip: πŸ”• temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Dec 6, 2024
1 parent b035625 commit f0a0a40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- {uses: actions/download-artifact@v4, with: {name: webhook-tester-linux-amd64}}
- run: mkdir ./data
- run: | # start the server in the background
chmod +x ./webhook-tester-linux-amd64
./webhook-tester-linux-amd64 start --port 8081 \
--storage-driver "${{ matrix.storage-driver }}" \
--pubsub-driver "${{ matrix.pubsub-driver }}" \
--fs-storage-dir ./data \
--redis-dsn "redis://127.0.0.1:6379/0" &
- uses: grafana/setup-k6-action@v1
- uses: grafana/run-k6-action@v1
Expand Down

0 comments on commit f0a0a40

Please sign in to comment.