Skip to content

Commit 7fa2b30

Browse files
committed
Run e2e tests against webpacked worker
1 parent 5acb352 commit 7fa2b30

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

azure-pipelines/e2e-integration-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ steps:
3838
displayName: 'npm ci'
3939
- script: npm run build
4040
displayName: 'npm run build'
41+
- script: npm run webpack
42+
displayName: 'npm run webpack'
4143
- task: UseDotNet@2
4244
displayName: 'Install .NET 6'
4345
inputs:

azure-pipelines/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
displayName: 'npm ci'
9191
- script: npm run build
9292
displayName: 'npm run build'
93+
- script: npm run webpack
94+
displayName: 'npm run webpack'
9395
- task: UseDotNet@2
9496
displayName: 'Install .NET 6'
9597
inputs:

0 commit comments

Comments
 (0)