Skip to content

Commit 915bc9e

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test-install.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ 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@v4
22+
- name: Setup dotnet
23+
uses: actions/setup-dotnet@v4
24+
- name: exec dotnet test
25+
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test
26+
1727
test_ubuntu_latest:
1828
name: test build on ubuntu latest
1929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)