Skip to content

Commit c5ded58

Browse files
removes log output.
1 parent ecacf93 commit c5ded58

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ jobs:
1818
structr-conf-file: '${{ github.workspace }}/structr.conf'
1919

2020
- 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
21+
run: curl -v localhost:8082/hello-world

0 commit comments

Comments
 (0)