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

Make Github action to work in pipelines using Windows images #151

Closed
Catalin-Andronie opened this issue Mar 26, 2023 · 2 comments
Closed
Assignees
Labels
enhancement New feature or request stale

Comments

@Catalin-Andronie
Copy link

Feature Request

I want to be able to use this Github action in pipelines that uses Windows images.

Expected Behaviour

I expect the action to work as intended. At the moment in Windows-based image pipelines, the next error is shown: "Container action is only supported on Linux".

image

Additional Context

Github pipeline example:

jobs:
  build:
    runs-on: windows-latest
    steps:
    ...
    - name: Code Coverage Report
      uses: irongut/CodeCoverageSummary@v1.3.0
      with:
        filename: coverage.cobertura.xml
        badge: true
        fail_below_min: true
        format: markdown
        hide_branch_rate: false
        hide_complexity: true
        indicators: true
        output: both
        thresholds: '60 80'

Linked To

List any issues linked to this feature request.

@Catalin-Andronie Catalin-Andronie added the enhancement New feature or request label Mar 26, 2023
@github-actions github-actions bot added this to To do in Enhancements Mar 26, 2023
@github-actions
Copy link

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days.

@github-actions github-actions bot added the stale label Jun 25, 2023
@github-actions
Copy link

This issue was closed because it has been stale for 30 days with no activity.

Enhancements automation moved this from To do to Awaiting Release Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
Enhancements
Awaiting Release
Development

No branches or pull requests

2 participants