Skip to content

Commit 0bb2e18

Browse files
committed
test: use base URL output in stop step.
1 parent 3a8f6fb commit 0bb2e18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Verify Server Stopped
7272
run: |
73-
if curl -s http://localhost:8080/test; then
73+
if curl -s "${{ steps.start-mocks.outputs.base-url }}/test"; then
7474
echo "Mock server is still running"
7575
exit 1
7676
fi

0 commit comments

Comments
 (0)