Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sWalbrun committed Jun 15, 2023
1 parent cfc404b commit a2fac1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ jobs:
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, xdebug
coverage: xdebug

- name: Setup problem matchers
run: |
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Grant write permission to root
run:
chmod +w ./
Expand Down
1 change: 0 additions & 1 deletion installPhp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ then
fi

echo "Installing dependencies"
composer config gitlab-token.gitlab.consolinno-it.de "$GITLAB_TOKEN"
composer i

php artisan optimize:clear
Expand Down

0 comments on commit a2fac1a

Please sign in to comment.