Skip to content

Commit a98104e

Browse files
committed
Add make certs to the smoke test setup step
1 parent 4fe175f commit a98104e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/setup-smoke.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
- name: Checkout Repository
5555
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5656

57+
- name: Generate TLS certificates
58+
run: |
59+
make certs
60+
5761
- name: Set image variables
5862
id: image_details
5963
run: |

0 commit comments

Comments
 (0)