Skip to content

Commit

Permalink
Update allure results path for iOS on GH actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mialeska committed May 13, 2024
1 parent c190fbe commit 1307167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-with-allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
platformName: ios
BUILD_CONFIGURATION: Release
SOLUTION_NAME: Aquality.Appium.Mobile.Template/Aquality.Appium.Mobile.Template.sln
ALLURE_RESULTS: Aquality.Appium.Mobile.Template/Aquality.Appium.Mobile.Template.SpecFlow/bin/ios/Release/net6.0/allure-results
ALLURE_RESULTS: Aquality.Appium.Mobile.Template/Aquality.Appium.Mobile.Template.SpecFlow/bin/ios/Release/net8.0/allure-results
ENVIRONMENT: ${{ github.event.inputs.environment == '' && 'stage' || github.event.inputs.environment }}
IOS_SIM_MODEL: iPhone 8

Expand Down

0 comments on commit 1307167

Please sign in to comment.