Skip to content

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.

3 participants