Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Update ".github/workflows/test.yml"
Browse files Browse the repository at this point in the history
from femiwiki/.github (femiwiki/.github@3ca5739)
  • Loading branch information
lens0021 committed Dec 31, 2020
1 parent b9e0b45 commit 47b8dd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ jobs:
mkdir -p cache cover
chmod 777 src cache cover
sudo chown -R nobody:nogroup src
sudo chown $(id -u):$(id -g) src cache
sudo chown $(id -u):$(id -g) src
# https://github.com/femiwiki/.github/issues/3
sudo -r $(id -u):$(id -g) cache
# Composer install
if [ "${{ matrix.stage }}" == 'phan' ] || [ "${{ matrix.stage }}" == 'coverage' ]; then
docker run \
Expand Down

0 comments on commit 47b8dd7

Please sign in to comment.