Skip to content

Commit

Permalink
chore: Adjust download paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 6, 2024
1 parent 9d634b0 commit d9a9b11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion build/scripts/wasm-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export UNO_UITEST_PLATFORM=Browser
export UNO_UITEST_PROJECT=$BUILD_SOURCESDIRECTORY/Uno.Gallery.UITests
export UNO_UITEST_LOGFILE=$BUILD_ARTIFACTSTAGINGDIRECTORY/screenshots/wasm/nunit-log.txt
export UNO_UITEST_WASM_PROJECT=$BUILD_SOURCESDIRECTORY/Uno.Gallery/Uno.Gallery.csproj
export UNO_UITEST_WASM_OUTPUT_PATH=$BUILD_SOURCESDIRECTORY/Uno.Gallery/bin/Release/net9.0-browserwasm/publish/wwwroot
export UITEST_TEST_TIMEOUT=60m

cd $BUILD_SOURCESDIRECTORY/build
Expand Down
2 changes: 1 addition & 1 deletion build/stage-uitests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
artifact: iOS_UITest

- bash: |
export UNO_UITEST_IOSBUNDLE_PATH=$(Pipeline.Workspace)/Uno.Gallery.app
export UNO_UITEST_IOSBUNDLE_PATH=$(Pipeline.Workspace)/iOS_UITest/Uno.Gallery.app
chmod +x $(build.sourcesdirectory)/build/scripts/ios-uitest-run.sh
$(build.sourcesdirectory)/build/scripts/ios-uitest-run.sh
displayName: Run iOS Test
Expand Down
3 changes: 1 addition & 2 deletions build/stage-uitests-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
- checkout: self
clean: true

- template: templates/dotnet-install-linux.yml

- task: NodeTool@0
inputs:
versionSource: 'spec'
Expand All @@ -50,6 +48,7 @@
artifact: Wasm_UITest

- bash: |
export UNO_UITEST_WASM_OUTPUT_PATH=$(Pipeline.Workspace)/Wasm_UITest
chmod +x build/scripts/wasm-uitest-run.sh
build/scripts/wasm-uitest-run.sh
env:
Expand Down

0 comments on commit d9a9b11

Please sign in to comment.