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

Update GH actions for master and prs #365

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Update GH actions for master and prs #365

merged 1 commit into from
Sep 1, 2023

Conversation

bacv
Copy link
Member

@bacv bacv commented Sep 1, 2023

Updated and re added github actions for PRs.

@bacv bacv added the ci label Sep 1, 2023
@bacv bacv self-assigned this Sep 1, 2023
Copy link
Collaborator

@danielSanchezQ danielSanchezQ left a comment

Choose a reason for hiding this comment

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

Awesome 🚀

@bacv bacv merged commit 3be0d1a into master Sep 1, 2023
10 checks passed
@bacv bacv deleted the gh/actions-for-pr branch September 1, 2023 07:45
Copy link
Contributor

@youngjoon-lee youngjoon-lee left a comment

Choose a reason for hiding this comment

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

thank you!!

Comment on lines +14 to +17
strategy:
fail-fast: true
matrix:
feature: [libp2p, waku]
Copy link
Contributor

@youngjoon-lee youngjoon-lee Sep 1, 2023

Choose a reason for hiding this comment

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

It seems the fail-fast: true doesn't work because we have the continue-on-error: true for the cargo check step below, probably?
For example, the cargo check failed in the PR: https://github.com/logos-co/nomos-node/actions/runs/6046982217/job/16409567703?pr=316, but it show me the green light.

image

Copy link
Member Author

Choose a reason for hiding this comment

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

fail-fast: true is set for master branch. PRs has a separate file prs.yml and it's set to fail-fast: false. But I'll update the cargo check step to continue-on-error: false

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, i left this comment at the wrong position :)) but it seems the pr.yml also has the same settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants