Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 25c500a

Browse files
Fix
1 parent 2a7fdf7 commit 25c500a

File tree

2 files changed

+107
-7
lines changed

2 files changed

+107
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Build and Test
1+
name: Build
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main ]
66
pull_request:
77
branches: [ main ]
88

@@ -25,13 +25,10 @@ jobs:
2525
- name: Build application
2626
run: bun run build
2727

28-
- name: Run tests
29-
run: bun run test -- --watch=false --browsers=ChromeHeadless
30-
3128
- name: Deploy on Cloudflare Pages
3229
uses: cloudflare/wrangler-action@v3
3330
with:
3431
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3532
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
36-
command: pages deploy docs --project-name='dimiplan-backend-docs'
33+
command: pages deploy dist/admin-panel/browser --project-name='dimiplan-backend-admin-panel'
3734
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)