Skip to content

Commit ef09236

Browse files
Update test-install.yml
1 parent 827e72f commit ef09236

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-install.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ jobs:
2020
name: test build on ubuntu latest
2121
runs-on: ubuntu-latest
2222
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+
2330
- uses: actions/checkout@v3
2431

2532
- name: Set environment variable

0 commit comments

Comments
 (0)