Skip to content

Commit f954bba

Browse files
committed
.
1 parent 208f3e3 commit f954bba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ jobs:
3232
buildBroadCastJs:
3333
uses: ./.github/workflows/templates/buildjs.yml
3434
with:
35-
projectdirectory: ${{ env.broadcastjsWorkingDirectory }}
35+
projectdirectory: 'src/broadcast-typescript'
3636
componentName: broadcastjs
3737
publishArtifact: false
3838
testCommand: 'test:ci'
3939
publishCodeCov: ${{github.event_name == 'pull_request'}}
40-
artifactlocation: ${{env.artifactlocation}}
40+
artifactlocation: '${{ github.workspace }}/dist'
4141

4242

4343

4444
buildAppModulePickerPCF:
4545
uses: ./.github/workflows/templates/buildpcf.yml
4646
with:
47-
pcfdirectory: ${{ env.pcfWorkkingDirectory }}
47+
pcfdirectory: 'src/broadcast-pcf/appmodulepicker'
4848
publishArtifact: false
4949
componentName: AppModulePicker

0 commit comments

Comments
 (0)