Skip to content

Commit e08f808

Browse files
Update test-install.yml
1 parent 5383b0f commit e08f808

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
@@ -38,6 +38,15 @@ jobs:
3838
# - name: do test install in case of merged pull request
3939
# run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
4040

41+
run_dotnet_test:
42+
name: run dotnet test
43+
runs-on: ubuntu-latest
44+
steps:
45+
- uses: actions/checkout@v3
46+
47+
- name: exec dotnet test
48+
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet test
49+
4150
test_ubuntu_latest:
4251
name: test build on ubuntu latest
4352
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)