Skip to content

Commit 92d5b6b

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test-install.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ on:
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
25+
1726
test_ubuntu_latest:
1827
name: test build on ubuntu latest
1928
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)