Skip to content

Commit 321f938

Browse files
Update test-install.yml
1 parent 9b5f921 commit 321f938

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test-install.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,7 @@ jobs:
2727
sudo apt-get update
2828
sudo apt-get install ansible
2929
- name: verify ansible version
30-
run:
31-
- uses: actions/checkout@v4
32-
- uses: actions/setup-dotnet@v4
33-
- name: do test install in case of merged pull request
3430
run: cd /home/actions-runner/_work/firewall-orchestrator/firewall-orchestrator/scripts && install-ansible-from-venv.sh
35-
- name: Running in GitHub actions requires testing puppeteer pdf creation separately
36-
if: ${{ env.RUNNING_ON_GITHUB_ACTIONS }} == true
37-
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
3831
test_install:
3932
name: test build on ${{ matrix.os }}
4033
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)