Skip to content

Commit

Permalink
Fix CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Sep 8, 2023
1 parent 2aa9345 commit 687be8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,11 @@ jobs:
find ./dist -name 'tracetest' -exec cp {} ./dist \;
chmod +x ./dist/tracetest
cd ./testing/cli-e2etest
export TRACETEST_CLI=$PWD/dist/tracetest
export TEST_ENVIRONMENT=jaeger
cd ./testing/cli-e2etest
../../bin/gotesplit -total ${{ matrix.total_splits }} -index ${{ matrix.index }} ./... -- -v -timeout 300s -p 1
# TODO: this would be a great idea but it doesn't work on GHA with docker
Expand Down

0 comments on commit 687be8b

Please sign in to comment.