Skip to content

Commit

Permalink
Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
swilam committed Jul 8, 2020
1 parent 0974745 commit fc18138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
echo ${{ secrets.GH_TOKEN }}
mkdir -pv /home/${USER}/.composer
echo "{\"github-oauth\": {\"github.com\": \"${{ secrets.GH_TOKEN }}\"}}" > /home/${USER}/.composer/auth.json
composer install --dev --no-scripts --ignore-platform-reqs # ignore-reqs because we run on bare ubuntu and we do not care about vendor dependencies here
composer install --no-scripts --ignore-platform-reqs # ignore-reqs because we run on bare ubuntu and we do not care about vendor dependencies here
vendor/bin/phpunit

0 comments on commit fc18138

Please sign in to comment.