Skip to content

Commit ad64b1d

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

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/test-install.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,12 @@ on:
88
- 'design/**'
99

1010
pull_request:
11-
types: [ ready_for_review, review_requested ]
11+
types: [ ready_for_review, review_requested, sad ]
1212
paths-ignore:
1313
- 'documentation/**'
1414
- 'design/**'
1515

1616
jobs:
17-
run_dotnet_test:
18-
name: run dotnet test
19-
runs-on: ubuntu-latest
20-
steps:
21-
- uses: actions/checkout@v3
22-
23-
- name: exec dotnet test
24-
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet test --filter "Name=HtmlToPdfTest"
25-
2617
test_ubuntu_latest:
2718
name: test build on ubuntu latest
2819
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)