feat(medusa-payment-paypal,medusa-payment-stripe): speed up unit tests in CI (#6806)
* chore: shard unit tests * chore: move paypal and stripe to swc * chore: update actions * chore: refactor http paypal client * chore: added changeset * chore: remove medusa changes
This commit is contained in:
3
.github/actions/cache-deps/action.yml
vendored
3
.github/actions/cache-deps/action.yml
vendored
@@ -17,3 +17,6 @@ runs:
|
||||
# We want to only bootstrap and install if no cache is found.
|
||||
- run: yarn install --immutable
|
||||
shell: bash
|
||||
|
||||
- run: yarn build
|
||||
shell: bash
|
||||
|
||||
4
.github/actions/setup-server/action.yml
vendored
4
.github/actions/setup-server/action.yml
vendored
@@ -29,10 +29,6 @@ runs:
|
||||
with:
|
||||
extension: ${{ inputs.cache-extension }}
|
||||
|
||||
- name: Build Packages
|
||||
shell: "bash"
|
||||
run: yarn build
|
||||
|
||||
- name: Install dev cli
|
||||
shell: "bash"
|
||||
run: sudo npm i -g medusa-dev-cli
|
||||
|
||||
Reference in New Issue
Block a user