Skip to content

Commit 7be1872

Browse files
Update test-install.yml
1 parent fdf50c5 commit 7be1872

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

.github/workflows/test-install.yml

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -17,39 +17,7 @@ on:
1717
- 'documentation/**'
1818
- 'design/**'
1919

20-
jobs:
21-
test_puppeteer_pdf:
22-
name: Puppeteer test on ${{ matrix.os }}
23-
runs-on: ${{ matrix.os }}
24-
strategy:
25-
matrix:
26-
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
27-
steps:
28-
- name: Set environment variable
29-
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
30-
- uses: actions/checkout@v4
31-
- name: Setup dotnet
32-
uses: actions/setup-dotnet@v4
33-
- name: exec dotnet test
34-
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
35-
env:
36-
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}
37-
38-
test_ubuntu_latest:
39-
name: test build on ${{ matrix.os }}
40-
runs-on: ${{ matrix.os }}
41-
strategy:
42-
matrix:
43-
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
44-
steps:
45-
- name: Set environment variable
46-
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
47-
- uses: actions/checkout@v4
48-
- name: do test install in case of merged pull request
49-
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
50-
env:
51-
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}
52-
20+
jobs:
5321
test_ubuntu_latest_selfhosted:
5422
name: test build on ubuntu-latest_selfhosted
5523
runs-on: self-hosted

0 commit comments

Comments
 (0)