Skip to content

Commit ade75c0

Browse files
committed
Fix report syntax
1 parent d645793 commit ade75c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/crossBrowserTesting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
do
124124
reportDir=$(dirname "$report")
125125
outputFile="$reportDir/ScreenplayReport.html"
126-
dotnet run --no-build --framework $Tfm -c {{ env.Configuration }} --project CSF.Screenplay.JsonToHtmlReport --ReportPath "$report" --OutputPath "$outputFile"
126+
dotnet run --no-build --framework $Tfm -c ${{ env.Configuration }} --project CSF.Screenplay.JsonToHtmlReport --ReportPath "$report" --OutputPath "$outputFile"
127127
done
128128
- name: Upload Screenplay HTML report artifact
129129
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)