forked from vuestorefront/vue-storefront
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…" (vuestorefront#6337) This reverts commit dc3165a.
- Loading branch information
Showing
210 changed files
with
4,979 additions
and
21,078 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,7 @@ jobs: | |
id: get_version | ||
run: echo ::set-output name=VERSION::$(cat version.txt) | ||
- name: Build and publish docker image | ||
# uses: elgohr/Publish-Docker-Github-Action@master | ||
# 3.04 is hardcoded as a workaround for https://github.com/elgohr/Publish-Docker-Github-Action/issues/134 | ||
uses: elgohr/[email protected] | ||
uses: elgohr/Publish-Docker-Github-Action@master | ||
with: | ||
name: docs-storefrontcloud-io/v2:${{ steps.get_version.outputs.VERSION }} | ||
registry: registry.storefrontcloud.io | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,8 @@ on: | |
types: | ||
- completed | ||
branches: | ||
- next | ||
- master | ||
- main | ||
|
||
jobs: | ||
deploy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,7 @@ jobs: | |
with: | ||
node-version: "12.x" | ||
- name: Build and publish docker image | ||
# uses: elgohr/Publish-Docker-Github-Action@master | ||
# 3.04 is hardcoded as a workaround for https://github.com/elgohr/Publish-Docker-Github-Action/issues/134 | ||
uses: elgohr/[email protected] | ||
uses: elgohr/Publish-Docker-Github-Action@master | ||
with: | ||
name: vsf-next-demo-storefrontcloud-io/vue-storefront:${{ github.sha }} | ||
registry: registry.storefrontcloud.io | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ name: Deploy to Storefrontcloud | |
on: | ||
push: | ||
branches: | ||
- next | ||
- master | ||
- main | ||
- release/next | ||
- test/next | ||
jobs: | ||
|
@@ -16,9 +17,7 @@ jobs: | |
with: | ||
node-version: "12.x" | ||
- name: Build and publish docker image | ||
# uses: elgohr/Publish-Docker-Github-Action@master | ||
# 3.04 is hardcoded as a workaround for https://github.com/elgohr/Publish-Docker-Github-Action/issues/134 | ||
uses: elgohr/[email protected] | ||
uses: elgohr/Publish-Docker-Github-Action@master | ||
with: | ||
name: vsf-next-demo-storefrontcloud-io/vue-storefront:${{ github.sha }} | ||
registry: registry.storefrontcloud.io | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ jobs: | |
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
with: | ||
ref: develop | ||
|
||
- name: Setup node | ||
uses: actions/setup-node@v2 | ||
|
@@ -30,13 +32,15 @@ jobs: | |
- name: Install dependencies | ||
run: yarn install | ||
|
||
- name: Build tools | ||
run: yarn build:${{ matrix.package }}:tools | ||
- name: Build package | ||
run: yarn build:${{ matrix.package }} | ||
env: | ||
NUXT_ENV_E2E: true | ||
|
||
- name: Run cypress tests | ||
uses: cypress-io/[email protected] | ||
with: | ||
start: yarn dev:${{ matrix.package }} | ||
start: yarn start:${{ matrix.package }} | ||
wait-on: 'http://localhost:3000' | ||
wait-on-timeout: 180 | ||
command: yarn run test:e2e:${{ matrix.package }}:hl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,13 +40,15 @@ jobs: | |
- name: Install dependencies | ||
run: yarn install | ||
|
||
- name: Build tools | ||
run: yarn build:${{ github.event.inputs.package }}:tools | ||
- name: Build package | ||
run: yarn build:${{ github.event.inputs.package }} | ||
env: | ||
NUXT_ENV_E2E: true | ||
|
||
- name: Run cypress tests | ||
uses: cypress-io/[email protected] | ||
with: | ||
start: yarn dev:${{ github.event.inputs.package }} | ||
start: yarn start:${{ github.event.inputs.package }} | ||
wait-on: 'http://localhost:3000' | ||
wait-on-timeout: 180 | ||
command: yarn run test:e2e:${{ github.event.inputs.package }}:hl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,5 @@ | |
"baseUrl": "https://lovecrafts-demo.storefrontcloud.io/", | ||
"viewportWidth": 1280, | ||
"viewportHeight": 1024 | ||
|
||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 0 additions & 35 deletions
35
packages/boilerplate/composables/src/getters/checkoutGetters.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.