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:
Riqwan Thamir
2024-03-25 15:27:40 +01:00
committed by GitHub
parent 9073d7aba3
commit bacfa3e17b
14 changed files with 141 additions and 144 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"medusa-payment-paypal": patch
"medusa-payment-stripe": patch
---
feat(medusa-payment-paypal,medusa-payment-stripe): speed up unit tests in CI