Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
Signed-off-by: Kush Trivedi <[email protected]>
  • Loading branch information
kushthedude committed Dec 15, 2020
1 parent 1454249 commit 729dfa0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
- name: start build
run: |
chmod +x ./apinighthawk/bin/nighthawk_client
cd apinighthawk/bin
cd apinighthawk
export PATH=$PATH:$(pwd)/bin
cd bin
chmod +x nighthawk_client
export PATH="$PATH:/"
nighthawk_client --rps 3 --concurrency 5 --duration 30 https://github.com --output-format experimental_fortio_pedantic

0 comments on commit 729dfa0

Please sign in to comment.