Skip to content

Commit

Permalink
Composer: This was correct afterall.
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 authored Feb 12, 2025
1 parent 13d820f commit 295fcdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:
php-version: ${{ matrix.php-version }}
coverage: none
tools: composer:v2
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Start mysql service
run: sudo /etc/init.d/mysql start

- name: Install dependencies
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
rm composer.lock || true
composer install
Expand Down

0 comments on commit 295fcdc

Please sign in to comment.