Skip to content

Commit 3a718d1

Browse files
Merge branch 'main' into oa/improve-tracking-take-3
2 parents 3259c6d + e9e5e27 commit 3a718d1

File tree

75 files changed

+1248
-977
lines changed

Some content is hidden

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

75 files changed

+1248
-977
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Checks
2424
defaults:
2525
run:
26-
working-directory: ab-testing
26+
working-directory: ab-testing/config
2727
env:
2828
FASTLY_AB_TESTING_CONFIG: ${{ secrets.FASTLY_AB_TESTING_CONFIG }}
2929
FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}
@@ -55,4 +55,4 @@ jobs:
5555
uses: actions/upload-artifact@v5
5656
with:
5757
name: ab-testing-build
58-
path: ab-testing/dist
58+
path: ab-testing/config/dist

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
defaults:
2424
run:
25-
working-directory: ab-testing
25+
working-directory: ab-testing/config
2626
steps:
2727
- uses: actions/checkout@v5
2828

@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/[email protected]
3434
with:
3535
name: ab-testing-build
36-
path: ab-testing/dist
36+
path: ab-testing/config/dist
3737

3838
- name: Deploy
3939
run: pnpm run deploy
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)