Browse Source

add sync links step in test-cli action

Shahed Nasser 11 tháng trước cách đây
mục cha
commit
5083fcbb77
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      .github/workflows/test-cli.yml

+ 6 - 0
.github/workflows/test-cli.yml

@@ -67,6 +67,9 @@ jobs:
       - name: Run migrations
         run: npx medusa migrations run
 
+      - name: Sync links
+        run: npx medusa links sync
+
       - name: Run seed
         run: yarn seed
 
@@ -133,6 +136,9 @@ jobs:
       - name: Run migrations
         run: npx medusa migrations run
 
+      - name: Sync links
+        run: npx medusa links sync
+
       - name: Run seed
         run: npm run seed