Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix .github/workflows/codecov.yml #377

Closed
alexmerlin opened this issue Dec 18, 2024 · 0 comments · Fixed by #378
Closed

Fix .github/workflows/codecov.yml #377

alexmerlin opened this issue Dec 18, 2024 · 0 comments · Fixed by #378
Assignees
Milestone

Comments

@alexmerlin
Copy link
Member

Bug Report

As reported by this GHA:

Invalid workflow file: .github/workflows/codecov.yml#L46
The workflow is not valid. .github/workflows/codecov.yml (Line: 46, Col: 11): Unexpected value 'COMPOSER_DEV_MODE=1'

.github/workflows/codecov.yml contains invalid code:

- name: Install dependencies with composer
  env:
    COMPOSER_DEV_MODE=1
  run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
Q A
Version(s) x.y.z

Summary

Current behavior

How to reproduce

Expected behavior

@alexmerlin alexmerlin self-assigned this Dec 18, 2024
alexmerlin added a commit that referenced this issue Dec 18, 2024
@alexmerlin alexmerlin added this to the 5.3.0 milestone Dec 18, 2024
@alexmerlin alexmerlin linked a pull request Dec 18, 2024 that will close this issue
alexmerlin added a commit that referenced this issue Dec 18, 2024
Issue #377: Fixed `.github/workflows/codecov.yml`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant