Skip to content

Commit

Permalink
chmod 755 for lua files
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Mar 23, 2023
1 parent b45c103 commit c7635e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
sudo apt-get install -y luarocks
sudo luarocks install luacov-coveralls
docker-compose up --exit-code-from sut
docker cp mtt_sut_1:/root/.minetest /root/
docker cp mtt_sut_1:/var/lib/minetest/luacov.stats.out .
sudo docker cp mtt_sut_1:/root/.minetest /root/
sudo docker cp mtt_sut_1:/var/lib/minetest/luacov.stats.out .
sudo chmod 755 /root -R
ls -lha /root/.minetest .
luacov-coveralls -v

0 comments on commit c7635e5

Please sign in to comment.