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@6c1adb4)
  • Loading branch information
lens0021 committed Dec 31, 2020
1 parent 47b8dd7 commit 53fe9bb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,9 @@ jobs:
sudo cp -r "${GITHUB_WORKSPACE}" src/extensions/
mkdir -p cache cover
chmod 777 src cache cover
sudo chown -R nobody:nogroup src
sudo chown $(id -u):$(id -g) src
# https://github.com/femiwiki/.github/issues/3
sudo -r $(id -u):$(id -g) cache
# chown cache/ https://github.com/femiwiki/.github/issues/3
sudo chown -R nobody:nogroup src cache
sudo chown $(id -u):$(id -g) src cache
# Composer install
if [ "${{ matrix.stage }}" == 'phan' ] || [ "${{ matrix.stage }}" == 'coverage' ]; then
docker run \
Expand Down

0 comments on commit 53fe9bb

Please sign in to comment.