-
Notifications
You must be signed in to change notification settings - Fork 68
FED-4060 Set up gha-dart-oss #422
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
base: master
Are you sure you want to change the base?
Conversation
- name: Analyze project source | ||
run: dart analyze | ||
|
||
test: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because I changed this from "build" to "test" - I'll update Rosie to check for the new-named CI checks before this merges
- name: Analyze project source | ||
run: dart analyze | ||
|
||
test: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't use the shared unit-test from gha-dart-oss yet because we can't run other commands beforehand - see slack thread
We should set up gha-dart-oss so we can:
QA instructions