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

Change CI/CD workflows #344

Merged
merged 31 commits into from
Mar 1, 2024
Merged

Change CI/CD workflows #344

merged 31 commits into from
Mar 1, 2024

Conversation

krzysztofzuraw
Copy link
Member

@krzysztofzuraw krzysztofzuraw commented Feb 29, 2024

I changed a bit CI/CD workflows:

  1. Releasing dev tag on npm will be available after you add release dev tag label
  2. I simplified main workflow to have one action for lint and tests (we will need to update required checks on branch)
  3. Release workflow now uses PAT token

Ref SHOPX-315

Copy link

changeset-bot bot commented Feb 29, 2024

⚠️ No Changeset found

Latest commit: c1b66b7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

Released snapshot build with @dev tag in npm with version: 0.0.0-pr-20240229113651

Install it with

pnpm add @saleor/[email protected]

Copy link
Contributor

Released snapshot build with @dev tag in npm with version: $VERSION

Install it with:

pnpm add @saleor/app-sdk@$VERSION

Copy link
Contributor

Released snapshot build with @dev tag in npm with version: 0.50.0.

Install it with:

pnpm add @saleor/[email protected]

Copy link
Contributor

github-actions bot commented Mar 1, 2024

Released snapshot build with @dev tag in npm with version: 0.0.0-pr-20240301091702.

Install it with:

pnpm add @saleor/[email protected]

@krzysztofzuraw krzysztofzuraw changed the title [WIP] test workflow fix Change CI/CD workflows Mar 1, 2024
@krzysztofzuraw krzysztofzuraw marked this pull request as ready for review March 1, 2024 09:27
.github/workflows/dev-release.yml Show resolved Hide resolved
.github/workflows/dev-release.yml Outdated Show resolved Hide resolved
.github/workflows/dev-release.yml Show resolved Hide resolved
.github/workflows/dev-release.yml Show resolved Hide resolved
Copy link
Contributor

github-actions bot commented Mar 1, 2024

Package Line Rate Branch Rate Complexity Health
src 79% 93% 0
src.APL 85% 85% 0
src.APL.saleor-cloud 75% 86% 0
src.APL.vercel-kv 54% 69% 0
src.app-bridge 88% 86% 0
src.handlers.next 90% 85% 0
src.handlers.next.saleor-webhooks 94% 80% 0
src.middleware 60% 97% 0
src.settings-manager 96% 89% 0
src.test-utils 100% 90% 0
src.util 82% 100% 0
Summary 83% (3815 / 4581) 87% (453 / 522) 0

@krzysztofzuraw krzysztofzuraw merged commit 3cd074f into main Mar 1, 2024
6 checks passed
@krzysztofzuraw krzysztofzuraw deleted the fix-build-workflow branch March 1, 2024 12:11
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.

2 participants