Skip to content

Test action with Windows and macOS  #49

@josecelano

Description

@josecelano

The action has been developed using Linux and we are only using Ubuntu in the workflows.

We should decide if we want to support other OSs and if so, we have to change the test workflow to use a matrix strategy:

runs-on: ${{ matrix.os }}
strategy:
  matrix:
    os: [ubuntu-18.04, ubuntu-20.04]
    node: [10, 12, 14]
steps:
  - uses: actions/setup-node@v2
    with:
      node-version: ${{ matrix.node }}

GitHub docs:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions