Skip to content

Commit 22e93ef

Browse files
committed
Add v2 addon test-app
1 parent 264ac54 commit 22e93ef

34 files changed

Lines changed: 1172 additions & 39 deletions

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
cache: pnpm
6060
- name: Install Dependencies
6161
run: pnpm install --frozen-lockfile
62-
- run: pnpm build
6362
- name: Run Tests
6463
run: pnpm test
6564
# For the Try Scenarios
@@ -81,7 +80,6 @@ jobs:
8180
cache: pnpm
8281
- name: Install Dependencies
8382
run: pnpm install --no-lockfile
84-
- run: pnpm build
8583
- name: Run Tests
8684
run: pnpm test
8785

@@ -134,7 +132,6 @@ jobs:
134132
135133
- name: Install Dependencies
136134
run: pnpm install --no-lockfile
137-
- run: pnpm build
138135
- name: Run Tests
139136
run: |
140137
pnpm test

0 commit comments

Comments
 (0)