Skip to content

Commit 9857491

Browse files
committed
build proj first
1 parent b95f261 commit 9857491

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-cd.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ jobs:
7575
- name: Restore Selenium test dependencies
7676
working-directory: SeleniumTests
7777
run: dotnet restore SeleniumTests.csproj
78+
79+
- name: Build Selenium Tests
80+
working-directory: SeleniumTests
81+
run: dotnet build SeleniumTests.csproj --configuration Debug
7882

7983
- name: Run Selenium Tests
8084
working-directory: SeleniumTests
81-
run: dotnet test SeleniumTests.csproj --verbosity normal --no-build --settings .runsettings
85+
run: dotnet test SeleniumTests.csproj --verbosity normal --settings .runsettings

0 commit comments

Comments
 (0)