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

CI: Check for pub publish --dry-run errors for the Flutter package #847

Closed
4 tasks done
Nidal-Bakir opened this issue Mar 7, 2023 · 3 comments · Fixed by #848
Closed
4 tasks done

CI: Check for pub publish --dry-run errors for the Flutter package #847

Nidal-Bakir opened this issue Mar 7, 2023 · 3 comments · Fixed by #848
Labels
type:ci CI related issue

Comments

@Nidal-Bakir
Copy link
Member

New Issue Checklist

Issue Description

The current CI does not account for dart pub publish errors

Steps to reproduce

See https://github.com/parse-community/Parse-SDK-Flutter/actions/runs/4304405195/jobs/7505394193
Our last publish fails due to an error from dart pub publish. so we need a way to check for these errors in the ci.yml file so we can spot them immediately.

Actual Outcome

Error when trying to publish to pub.dev

Expected Outcome

The error should be spotted before the publishing stage.

@parse-github-assistant
Copy link

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@Nidal-Bakir Nidal-Bakir added type:feature New feature or improvement of existing feature type:ci CI related issue labels Mar 7, 2023
@parse-github-assistant
Copy link

The label type:feature cannot be used in combination with type:ci.

@parse-github-assistant parse-github-assistant bot removed the type:feature New feature or improvement of existing feature label Mar 7, 2023
@parse-github-assistant
Copy link

The label type:ci cannot be used in combination with type:feature.

@parse-github-assistant parse-github-assistant bot removed the type:ci CI related issue label Mar 7, 2023
@Nidal-Bakir Nidal-Bakir added the type:ci CI related issue label Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:ci CI related issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant