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

harmonize gh-actions #1

Closed
earloc opened this issue Feb 18, 2021 · 1 comment
Closed

harmonize gh-actions #1

earloc opened this issue Feb 18, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@earloc
Copy link
Owner

earloc commented Feb 18, 2021

Currently, there are two build-yamls, which only differ in their trigger:

main.yaml

on:
  push:
    branches: [ main ]

pullrequests.yaml

on:
  pull_request:
    branches: [ main ]

this should be harmonized somehow:

  • restore packages
  • build
  • test
  • upload coverage-report

Later, there should also be some steps/actions for pushing everything into NuGet, but that is probably a new gh-actions?!

@earloc earloc added the help wanted Extra attention is needed label Feb 19, 2021
This was referenced Feb 19, 2021
@earloc
Copy link
Owner Author

earloc commented Feb 19, 2021

Turned out that the needed builds for PRs and releases vary too much and that there is currently no need for a harmonized approach.

see #8

@earloc earloc closed this as completed Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant