Skip to content

Commit 3225926

Browse files
committed
updates
Signed-off-by: NilashishC <nchakrab@redhat.com>
1 parent 9157ba7 commit 3225926

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/collection.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,18 @@ jobs:
4444
run: |
4545
echo $gateway_password && \
4646
ls $GITHUB_WORKSPACE
47-
47+
4848
- name: Verify AAP is running
4949
run: |
50-
curl https://localhost:8000/api/gateway/v1/ping/
50+
curl -k https://localhost:8000/api/gateway/v1/ping/
5151
5252
- uses: actions/checkout@v3
5353

54+
- name: Echo gateway password
55+
run: |
56+
echo $gateway_password && \
57+
ls $GITHUB_WORKSPACE
58+
5459
- name: Verify AAP is running (post checkout)
5560
run: |
5661
curl https://localhost:8000/api/gateway/v1/ping/

0 commit comments

Comments
 (0)