Skip to content

Commit

Permalink
Adding workspace variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertorosmaninho committed Sep 21, 2023
1 parent f257f92 commit 8a1b5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ 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 All @@ -73,6 +72,7 @@ jobs:
- name: 'Copy K Framework'
run: |
set -euxo pipefail
workspace=$(pwd)
docker cp ${workspace}/. k-posting-profiling-tests-${GITHUB_SHA}:/opt/workspace
- name: 'Setting up dependencies'
Expand Down

0 comments on commit 8a1b5fb

Please sign in to comment.