mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-07 00:04:29 +01:00
zap feed
This commit is contained in:
1
.github/workflows/android-build.yml
vendored
1
.github/workflows/android-build.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/android-prod.yml
vendored
1
.github/workflows/android-prod.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/android-staging.yml
vendored
1
.github/workflows/android-staging.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/playwright.yml
vendored
1
.github/workflows/playwright.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user