This repository was archived by the owner on Aug 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
refactor(workflows): cleanup and generalize workflows, also add pnpm workflows #71
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for defimetachain ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Docker image for defich/metachain is ready! Built with commit 73cd3b1
|
Codecov Report
@@ Coverage Diff @@
## main #71 +/- ##
=====================================
Coverage 3.79% 3.79%
=====================================
Files 10 10
Lines 1711 1711
=====================================
Hits 65 65
Misses 1646 1646 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
This was referenced Sep 8, 2022
256777a
to
d571527
Compare
e950cf4
to
22231dd
Compare
|
canonbrother
approved these changes
Sep 12, 2022
canonbrother
pushed a commit
that referenced
this pull request
Sep 28, 2022
…workflows (#71) #### What this PR does / why we need it: As per the title. - Add a general `release.yml` pipeline for releasing NPM packages. - Add `environment: Release Docker` for `release-docker.yml` for deployment gates - Add new workflow for pnpm: - `Build (pnpm)` - `Lint (pnpm prettier)` - `Lint (pnpm eslint)` - `Test (pnpm)` is temporary failing since there isn't any test coverage to upload. - `Test (pnpm e2e)` deprecated and removeing soon. - Migrate old workflow for cargo to new name: - `Build (cargo)` - `Test (cargo)` - `Lint (cargo fmt)` - `Lint (cargo clippy)`
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area/docs
area/packages
area/workflow
kind/refactor
Non feature refactor change
packages/network
packages/typescript
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
As per the title.
release.yml
pipeline for releasing NPM packages.environment: Release Docker
forrelease-docker.yml
for deployment gatesBuild (pnpm)
Lint (pnpm prettier)
Lint (pnpm eslint)
Test (pnpm)
is temporary failing since there isn't any test coverage to upload.Test (pnpm e2e)
deprecated and removeing soon.Build (cargo)
Test (cargo)
Lint (cargo fmt)
Lint (cargo clippy)