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

Fixes PR validation #1395

Merged
merged 3 commits into from
Oct 5, 2023
Merged

Conversation

andrueastman
Copy link
Member

Current CI does not fail on test failures but returns a false positive. See example at https://github.com/microsoft/OpenAPI.NET/actions/runs/6405608929/job/17388529486?pr=1393

This PR cleans up the workflow to

  • remove deployment stage(this is handled by separate ADO pipeline)
  • Fix CI validation to build and test the project

Failing test on dev branch have been fixed as well to unblock Hidi release via #1393

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@andrueastman andrueastman changed the title Fixex PR validation Fixes PR validation Oct 5, 2023
@andrueastman andrueastman merged commit cdf9f84 into vnext Oct 5, 2023
11 checks passed
@andrueastman andrueastman deleted the andrueastman/IgnoreTrailingWhitespace branch October 5, 2023 08:08
# env:
# NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

- name: Create and publish release
Copy link
Member

Choose a reason for hiding this comment

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

@andrueastman is there any specific reason why the create release task was removed?

Copy link
Member

Choose a reason for hiding this comment

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

Disregard, I just saw the comment

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