Skip to content

Commit

Permalink
Setting $workspace variable in develop.yml (#3658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertorosmaninho authored Sep 22, 2023
1 parent fb10ed0 commit 3287f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
BENCHER_ADAPTER: json
run: |
set -euxo pipefail
workspace=$(pwd)
docker run --name k-posting-profiling-tests-${GITHUB_SHA} \
--rm -it --detach \
-e BENCHER_API_TOKEN=$BENCHER_API_TOKEN \
Expand Down

0 comments on commit 3287f0f

Please sign in to comment.