Skip to content

Commit

Permalink
ci: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed Dec 17, 2024
1 parent bb5000a commit 32cf0d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: frontend e2e tests

on:
pull_request:
branches: [main]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ build-storybook-admin-panel:
cd apps/admin-panel && pnpm install --frozen-lockfile && pnpm run build-storybook

build-frontend:
cd apps/admin-panel && pnpm install --frozen-lockfile && pnpm build
cd apps/admin-panel && pnpm install --frozen-lockfile

# add https://xxx.ngrok-free.app/sumsub/callback to test integration with sumsub
ngrok:
Expand All @@ -122,7 +122,7 @@ tilt-in-ci:
./dev/bin/tilt-ci.sh

test-cypress-in-ci-through-browserstack:
cd apps/admin-panel && pnpm run cypress:run:browserstack
cd apps/admin-panel && pnpm run cypress:run browserstack

push-dataform-branch:
git push -f origin HEAD:${DATAFORM_BRANCH}
Expand Down

0 comments on commit 32cf0d6

Please sign in to comment.