Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MostafaAgamy committed Jan 2, 2025
1 parent c6ecd00 commit 0c99cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2eCustom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
$programFiles = $env:ProgramFiles
# Construct the allure path
$allurePath = Join-Path $programFiles "Allure\allure-$version\bin\bin"
$allurePath = Join-Path $programFiles "Allure\allure-$version\bin"
# Add the allure path to the system PATH
$env:PATH = "$allurePath;$env:PATH"
Expand Down

0 comments on commit 0c99cf4

Please sign in to comment.