Git Product home page Git Product logo

Comments (3)

nathanheffley avatar nathanheffley commented on September 28, 2024

This action doesn't install things to your system, it assumes you have actions setting up a system that is able to run things like PHPUnit.

Did you use the configuration in the README.md to run this on ubuntu-latest?

from laravel-phpunit-action.

andreisusanu avatar andreisusanu commented on September 28, 2024

Hi. I am running this on ubuntu-latest. Here is my job definition:

jobs:
  phpunit:
    name: Run PHPUnit tests
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Configure composer auth for Laravel Nova
        run: composer config http-basic.nova.laravel.com ${{ secrets.NOVA_USERNAME }} ${{ secrets.NOVA_API_KEY }}
      - uses: nathanheffley/laravel-phpunit-action@master

So it looks like ubuntu-latest is missing php-intl :(

from laravel-phpunit-action.

nathanheffley avatar nathanheffley commented on September 28, 2024

I'm not sure that this action is even currently available for public use (if you're looking for it for a new project) and I don't even use it because of the lack of customization. There are many blog posts about setting up tests and deployment (I recommend this one from Dries Vints) so I'm not sure if there is much value in continuing maintenance for this package.

If you find an image that comes with the necessary extensions, I'll merge in a PR. Otherwise I'll probably deprecate this repository.

from laravel-phpunit-action.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.