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 5383b0f commit e08f808Copy full SHA for e08f808
.github/workflows/test-install.yml
@@ -38,6 +38,15 @@ jobs:
38
# - name: do test install in case of merged pull request
39
# run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
40
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
50
test_ubuntu_latest:
51
name: test build on ubuntu latest
52
runs-on: ubuntu-latest
0 commit comments