Skip to content

Commit

Permalink
removed composer.lock which should not be in a library
Browse files Browse the repository at this point in the history
  • Loading branch information
ogmueller committed Mar 19, 2024
1 parent 4af6813 commit 4722607
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7,288 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ jobs:
# needed by PHPUnit code coverage
coverage: "pcov"

- name: "Validate composer.json and composer.lock"
run: "composer validate --ansi --strict"
continue-on-error: "${{ matrix.experimental }}"

- name: "Get composer cache directory"
id: "composer-cache"
run: "echo \"dir=$(composer config cache-dir)\" >> $GITHUB_OUTPUT"
Expand All @@ -86,6 +82,10 @@ jobs:
run: "composer ${{ matrix.composer-param }}"
continue-on-error: "${{ matrix.experimental }}"

- name: "Validate composer.json and composer.lock"
run: "composer validate --ansi --strict"
continue-on-error: "${{ matrix.experimental }}"

# Run phpunit with code coverage
- name: "PHPUnit Tests"
run: "vendor/bin/phpunit --coverage-clover=coverage.clover"
Expand Down
Loading

0 comments on commit 4722607

Please sign in to comment.