Skip to content

Commit

Permalink
fix: e2e cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
VariableVic committed Jul 5, 2024
1 parent 6547d6b commit ee4c684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ jobs:
psql -h localhost -U postgres -d test -c "CREATE DATABASE ${{ env.TEST_POSTGRES_DATABASE }} OWNER ${{ env.TEST_POSTGRES_USER }};"
- name: Install Medusa CLI
run: npm install @medusajs/medusa-cli -g
run: npm install @medusajs/medusa-cli@preview -g
- name: Setup medusa backend server
working-directory: ../
# https://docs.medusajs.com/cli/reference#options
run: |
medusa new cli-test \
medusa new backend \
-y \
--v2 \
--branch feat/v2 \
Expand Down

0 comments on commit ee4c684

Please sign in to comment.