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

Roelofr feature/GitHub actions #33

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

Naoray
Copy link
Owner

@Naoray Naoray commented Feb 2, 2021

closes #32

Roelof Roos and others added 11 commits February 2, 2021 18:50
@roelofr
Copy link
Contributor

roelofr commented Feb 2, 2021

I noticed some changes in the WIPs so far, you may want to consider:

  • The composer dependencies are no longer cached
  • Nova doesn't actually seem to be required for the tests to pass

I'm currently on mobile, so these are just some suggestions being shouted from a couch.

@Naoray
Copy link
Owner Author

Naoray commented Feb 2, 2021

@roelofr yes you are right. Not sure why it is not passing on github actions but locally... maybe you can take another look and find something I missed


- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This call doesn't actually install anything anymore, so the tests probably go boom

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, the command works fine, but the test's assertion fail

->ignoreDotFiles(true)
->ignoreVCS(true);

return PhpCsFixer\Config::create()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If memory serves me right, this is deprecated. Use new PhpCsFixer\Config instead

@Naoray
Copy link
Owner Author

Naoray commented Feb 16, 2021

@roelofr any chance you can look into this?

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 this pull request may close these issues.

2 participants