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

refactor the CI + testing setup #74

Merged
merged 6 commits into from Feb 16, 2023
Merged

refactor the CI + testing setup #74

merged 6 commits into from Feb 16, 2023

Conversation

devoncarew
Copy link
Member

refactor the CI + testing setup:

  • consolidate into fewer testing configs; one main config - test - and additional ones for the flavor and architecture params
  • use the example/ project in this repo for more of the testing (instead of stagehand)
  • fix CI failing for beta channel SDKs #73

action.yml Outdated Show resolved Hide resolved
Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com>
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# Test latest stable, beta, dev channels + last stable release
# prior to the introduction of the unified `dart` developer tool.
sdk: [stable, beta, dev, 2.9.3, 2.12.0-29.10.beta]
Copy link
Member

Choose a reason for hiding this comment

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

The specific beta case was testing this branch:
https://github.com/dart-lang/setup-dart/blob/main/setup.sh#L27

If we have no case were we test "detect channel from version anymore" we lose coverage.

Copy link
Member Author

Choose a reason for hiding this comment

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

Gotcha - I'll update this PR to test inferring the channel from the sdk param.

@devoncarew devoncarew merged commit ed899c0 into main Feb 16, 2023
@kevmoo kevmoo deleted the refactor_testing branch February 16, 2023 19:23
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.

CI failing for beta channel SDKs
3 participants