We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9157ba7 commit 3225926Copy full SHA for 3225926
.github/workflows/collection.yml
@@ -44,13 +44,18 @@ jobs:
44
run: |
45
echo $gateway_password && \
46
ls $GITHUB_WORKSPACE
47
-
+
48
- name: Verify AAP is running
49
50
- curl https://localhost:8000/api/gateway/v1/ping/
+ curl -k https://localhost:8000/api/gateway/v1/ping/
51
52
- uses: actions/checkout@v3
53
54
+ - name: Echo gateway password
55
+ run: |
56
+ echo $gateway_password && \
57
+ ls $GITHUB_WORKSPACE
58
59
- name: Verify AAP is running (post checkout)
60
61
curl https://localhost:8000/api/gateway/v1/ping/
0 commit comments