Skip to content

Commit b09b940

Browse files
Update test-install.yml
1 parent 92d5b6b commit b09b940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222

2323
- name: exec dotnet test
24-
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet test
24+
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet test --filter "Name=HtmlToPdfTest"
2525

2626
test_ubuntu_latest:
2727
name: test build on ubuntu latest

0 commit comments

Comments
 (0)