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

chore: only run release workflow if tests pass #1769

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

Dhaiwat10
Copy link
Member

Closes #1718

@Dhaiwat10 Dhaiwat10 added the chore Issue is a chore label Feb 19, 2024
@Dhaiwat10 Dhaiwat10 self-assigned this Feb 19, 2024
@Dhaiwat10 Dhaiwat10 marked this pull request as ready for review February 19, 2024 06:51
.github/workflows/release.yaml Show resolved Hide resolved
@Dhaiwat10
Copy link
Member Author

@arboleya feel free to merge this one whenever you think it's a good time to do so


concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release:
name: "Release"
if: ${{ github.event.workflow_run.conclusion == 'success'}}
Copy link
Member

Choose a reason for hiding this comment

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

Warning

[note to self]: Ideally we should not merge this before addressing:

Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
79.48%(-0.02%) 70.29%(-0.06%) 78.04%(+0.06%) 79.57%(-0.02%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 packages/account/src/predicate/predicate.ts 31.37%
(+0%)
25%
(-10.71%)
27.27%
(+7.27%)
31.37%
(+0%)
🔴 packages/create-fuels/src/cli.ts 85.89%
(-0.18%)
67.56%
(+0%)
83.33%
(+0%)
86.41%
(-0.17%)
packages/fuels/src/cli/commands/deploy/createWallet.ts 100%
(+8.34%)
100%
(+16.67%)
100%
(+0%)
100%
(+8.34%)

@petertonysmith94
Copy link
Contributor

Warning

[note to self]: Ideally we should not merge this before addressing:

Converted back to a draft until it's ready.

@petertonysmith94 petertonysmith94 marked this pull request as draft May 10, 2024 08:35
@arboleya arboleya added this to the 0.x mainnet milestone Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issue is a chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tweak release workflow to abort if tests fail
6 participants