Explorar el Código

add sync links step in test-cli action

Shahed Nasser hace 11 meses
padre
commit
5083fcbb77
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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