File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ ARG UID=991
4343ARG GID=991
4444
4545RUN apk add --no-cache \
46+ 'curl>=8' \
4647 'gcompat>=0' \
4748 'tzdata>=2024' \
4849 'libxml2>=2' \
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ task :test do
5858 sh 'curl -f http://127.0.0.1:3000/example.rss || exit 1'
5959
6060 Output . describe 'Authenticated request to GET /health_check.txt'
61- sh 'curl -f http://username:[email protected] :3000/health_check.txt || exit 1' 61+ sh 'docker exec html2rss-web-test curl -f http://username:[email protected] :3000/health_check.txt || exit 1' 6262
6363 Output . describe 'Print output of `html2rss help`'
6464 sh 'docker exec html2rss-web-test html2rss help'
7272 sh 'docker stop html2rss-web-test'
7373 sh 'docker rm html2rss-web-test'
7474 end
75+
76+ exit 1 if $ERROR_INFO
7577end
You can’t perform that action at this time.
0 commit comments