Skip to content

ci: Use GitHub actions #320

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

Merged
merged 10 commits into from
Jun 9, 2022
Merged

ci: Use GitHub actions #320

merged 10 commits into from
Jun 9, 2022

Conversation

spydon
Copy link
Collaborator

@spydon spydon commented Jun 9, 2022

Description

This makes use of GitHub actions for the pipeline instead of separate scripts for each platform.

Type of Change

  • ci -- Build configuration change

@blaugold
Copy link
Collaborator

blaugold commented Jun 9, 2022

In case you're wondering, I think the test failures have to do with changing how melos is installed.
The tests expect that the local version of melos is also on the path, which can be accomplished with running this from the repo root:

dart pub global activate --source="path" . --executable="melos"

@spydon
Copy link
Collaborator Author

spydon commented Jun 9, 2022

In case you're wondering, I think the test failures have to do with changing how melos is installed. The tests expect that the local version of melos is also on the path, which can be accomplished with running this from the repo root:

dart pub global activate --source="path" . --executable="melos"

Ah that makes sense, didn't think about that this obviously can't test itself with the melos action.
I'll add that to the pipeline instead.

Copy link
Contributor

@Salakar Salakar left a comment

Choose a reason for hiding this comment

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

Amazing, thanks for another CI PR :)

@Salakar Salakar merged commit ec35a7d into invertase:main Jun 9, 2022
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