Skip to content

Commit 0da1819

Browse files
Merge remote-tracking branch 'origin/mob/scrollable-products' into mob/scrollable-products
2 parents f2ba863 + f498dd6 commit 0da1819

File tree

116 files changed

+2148
-4009
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+2148
-4009
lines changed

.github/labeler.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/ab-testing-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
FASTLY_AB_TESTING_CONFIG: ${{ secrets.FASTLY_AB_TESTING_CONFIG }}
2929
FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}
3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232

3333
- name: Set up Node environment
3434
uses: ./.github/actions/setup-node-env

.github/workflows/ab-testing-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run:
2525
working-directory: ab-testing/config
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828

2929
- name: Set up Node environment
3030
uses: ./.github/actions/setup-node-env

.github/workflows/ab-testing-ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
permissions:
2222
contents: read
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525

2626
- name: Set up Node environment
2727
uses: ./.github/actions/setup-node-env
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151
with:
5252
fetch-depth: 0
5353
persist-credentials: false

.github/workflows/ar-chromatic.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/ar-ci.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/ar-nodejs.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
- name: Set up Node environment
1717
uses: ./.github/actions/setup-node-env

.github/workflows/bundle-analyser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: Set up Node environment
1616
uses: ./.github/actions/setup-node-env

.github/workflows/cicd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
paths-ignore:
66
- 'apps-rendering/**'
7+
- 'ab-testing/**'
8+
- '!ab-testing/config/abTests.ts'
79

810
jobs:
911
container:

0 commit comments

Comments
 (0)