We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecacf93 commit c5ded58Copy full SHA for c5ded58
.github/workflows/test-deploy.yml
@@ -18,7 +18,4 @@ jobs:
18
structr-conf-file: '${{ github.workspace }}/structr.conf'
19
20
- name: "Run hello-world"
21
- run: curl -v localhost:8082/hello-world
22
-
23
- - name: Log structr.conf contents
24
- run: cat ${{ github.workspace }}/structr.conf
+ run: curl -v localhost:8082/hello-world
0 commit comments