Skip to content

Commit

Permalink
Trwying changing the permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertorosmaninho committed Sep 21, 2023
1 parent 1644132 commit 345593d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
BENCHER_ADAPTER: json
run: |
set -euxo pipefail
docker run --name k-posting-profiling-tests-${GITHUB_SHA} \
chown root:root /opt/workspace
docker run --name k-posting-profiling-tests-${GITHUB_SHA} \
--rm -it --detach \
-e BENCHER_API_TOKEN=$BENCHER_API_TOKEN \
-e BENCHER_PROJECT=$BENCHER_PROJECT \
Expand Down

0 comments on commit 345593d

Please sign in to comment.