Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Oct 14, 2024
1 parent 04e84e7 commit 46de582
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ jobs:
run: yarn build

- name: Run migrations
run: npx medusa migrations run

- name: Sync links
run: npx medusa links sync
run: npx medusa db:migrate

- name: Run seed
run: yarn seed
Expand Down Expand Up @@ -134,10 +131,7 @@ jobs:
run: npm run build

- name: Run migrations
run: npx medusa migrations run

- name: Sync links
run: npx medusa links sync
run: npx medusa db:migrate

- name: Run seed
run: npm run seed
Expand Down Expand Up @@ -210,10 +204,7 @@ jobs:
run: pnpm run build

- name: Run migrations
run: npx medusa migrations run

- name: Sync links
run: npx medusa links sync
run: npx medusa db:migrate

- name: Run seed
run: pnpm run seed
Expand Down

0 comments on commit 46de582

Please sign in to comment.