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 827e72f commit ef09236Copy full SHA for ef09236
.github/workflows/test-install.yml
@@ -20,6 +20,13 @@ jobs:
20
name: test build on ubuntu latest
21
runs-on: ubuntu-latest
22
steps:
23
+ - name: Setup dotnet
24
+ uses: actions/setup-dotnet@v4
25
+ - name: exec dotnet test
26
+ run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
27
+ env:
28
+ RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}
29
+
30
- uses: actions/checkout@v3
31
32
- name: Set environment variable
0 commit comments