Skip to content

Commit 7f351c7

Browse files
committed
Make ab-testing/config the workspace
1 parent 77a4a14 commit 7f351c7

40 files changed

+953
-713
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)