Skip to content

Commit a9ad699

Browse files
committed
run certificate-bundle as part of tests
1 parent e162c42 commit a9ad699

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
- name: Run deployment
7676
run: |
7777
./foremanctl deploy --certificate-source=${{ matrix.certificate_source }} --foreman-initial-admin-password=changeme
78+
- name: Generate certificate bundle for second system
79+
run: |
80+
./foremanctl certificate-bundle --certificate-source=${{ matrix.certificate_source }} --hostname=proxy.example.com
7881
- name: Setup hammer
7982
run: |
8083
./foremanctl setup-hammer

0 commit comments

Comments
 (0)