Skip to content

Commit 35e6107

Browse files
committed
Add names to Riff-Raff jobs and create tsconfig for ab-testing
1 parent 6349e1e commit 35e6107

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
if-no-files-found: error
7676

7777
riff-raff:
78+
name: Riff-Raff Artifacts
7879
runs-on: ubuntu-latest
7980
needs: [config-ci, ui-ci]
8081
permissions:

.github/workflows/ab-testing-lambda-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
jobs:
1515
ci:
16+
name: CI
1617
runs-on: ubuntu-latest
1718
defaults:
1819
run:
@@ -41,6 +42,7 @@ jobs:
4142
path: ab-testing/deploy-lambda/dist/lambda.zip
4243

4344
riff-raff:
45+
name: Riff-Raff Artifacts
4446
runs-on: ubuntu-latest
4547
needs: [ci]
4648
permissions:

ab-testing/config/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../tsconfig.json",
3+
}

0 commit comments

Comments
 (0)