We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95f261 commit 9857491Copy full SHA for 9857491
.github/workflows/ci-cd.yml
@@ -75,7 +75,11 @@ jobs:
75
- name: Restore Selenium test dependencies
76
working-directory: SeleniumTests
77
run: dotnet restore SeleniumTests.csproj
78
+
79
+ - name: Build Selenium Tests
80
+ working-directory: SeleniumTests
81
+ run: dotnet build SeleniumTests.csproj --configuration Debug
82
83
- name: Run Selenium Tests
84
- run: dotnet test SeleniumTests.csproj --verbosity normal --no-build --settings .runsettings
85
+ run: dotnet test SeleniumTests.csproj --verbosity normal --settings .runsettings
0 commit comments