This commit is contained in:
Paul Miller
2023-08-09 17:16:55 -05:00
parent f0f60b4e00
commit 058f4c402b
23 changed files with 1342 additions and 279 deletions

View File

@@ -74,6 +74,7 @@ jobs:
VITE_STORAGE: https://storage-staging.mutinywallet.com
VITE_FEEDBACK: https://feedback-staging.mutinywallet.com
VITE_SCORER: https://scorer-staging.mutinywallet.com
VITE_PRIMAL: https://primal-cache.mutinywallet.com/api
run: pnpm build
- name: Capacitor sync

View File

@@ -67,6 +67,7 @@ jobs:
VITE_STORAGE: https://storage.mutinywallet.com
VITE_FEEDBACK: https://feedback.mutinywallet.com
VITE_SCORER: https://scorer.mutinywallet.com
VITE_PRIMAL: https://primal-cache.mutinywallet.com/api
run: pnpm build
- name: Capacitor sync

View File

@@ -67,6 +67,7 @@ jobs:
VITE_STORAGE: https://storage-staging.mutinywallet.com
VITE_FEEDBACK: https://feedback-staging.mutinywallet.com
VITE_SCORER: https://scorer-staging.mutinywallet.com
VITE_PRIMAL: https://primal-cache.mutinywallet.com/api
run: pnpm build
- name: Capacitor sync

View File

@@ -64,6 +64,7 @@ jobs:
VITE_STORAGE: https://storage-staging.mutinywallet.com
VITE_FEEDBACK: https://feedback-staging.mutinywallet.com
VITE_SCORER: https://scorer-staging.mutinywallet.com
VITE_PRIMAL: https://primal-cache.mutinywallet.com/api
run: pnpm exec playwright test
- uses: actions/upload-artifact@v3
if: always()