Skip to content

Commit

Permalink
Sudo!
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Mar 20, 2024
1 parent 6ee3112 commit c3081b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
curl -s http://localhost:33333/ReBenchDB-integration-test/data/$EXPID.csv.gz > /dev/null
sleep 10 # give the server some time to generate the files
chown $(whoami):$(id -g -n) ${{ github.workspace }}/*.gz
sudo chown $(whoami):$(id -g -n) ${{ github.workspace }}/*.gz
ls -lah ${{ github.workspace }}
curl -sL http://localhost:33333/ReBenchDB-integration-test/data/$EXPID.json.gz -o actual.json.gz
curl -sL http://localhost:33333/ReBenchDB-integration-test/data/$EXPID.csv.gz -o actual.csv.gz
Expand Down

0 comments on commit c3081b9

Please sign in to comment.