We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09b940 commit ad64b1dCopy full SHA for ad64b1d
.github/workflows/test-install.yml
@@ -8,21 +8,12 @@ on:
8
- 'design/**'
9
10
pull_request:
11
- types: [ ready_for_review, review_requested ]
+ types: [ ready_for_review, review_requested, sad ]
12
paths-ignore:
13
- 'documentation/**'
14
15
16
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
26
test_ubuntu_latest:
27
name: test build on ubuntu latest
28
runs-on: ubuntu-latest
0 commit comments