Skip to content

Commit 4bc2563

Browse files
Update test-install.yml
1 parent ffb45e9 commit 4bc2563

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-install.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ jobs:
3434
os: [ubuntu-latest, ubuntu-22.04]
3535
steps:
3636
- uses: actions/checkout@v4
37-
- uses: actions/setup-dotnet@v4
38-
- name: Running in GitHub actions requires testing puppeteer pdf creation separately
39-
if: ${{ env.RUNNING_ON_GITHUB_ACTIONS }} == true
40-
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
37+
- uses: actions/setup-dotnet@v4
4138
- name: do test install in case of merged pull request
4239
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
4340
- name: Running in GitHub actions requires testing puppeteer pdf creation separately

0 commit comments

Comments
 (0)