Skip to content

docs: enhance project with docker documentation. #205

docs: enhance project with docker documentation.

docs: enhance project with docker documentation. #205

Re-run triggered March 4, 2024 02:38
Status Failure
Total duration 41s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
error: expect(received).toEqual(expected): geoip/server/__tests__/sample.test.js#L61
[ { city: "", continent: "North America", continentCode: "NA", country: "United States", countryCode: "", hosting: false, lat: 37.751, lon: -97.822, proxy: false, query: "8.8.8.8", region: "", regionName: "", status: "success", timezone: "America/Chicago", zip: "", }, { + city: "Sugar Grove", - city: "Geneva", continent: "North America", continentCode: "NA", country: "United States", countryCode: "", hosting: false, + lat: 41.7776, + lon: -88.4293, - lat: 41.8847, - lon: -88.3028, proxy: false, query: "4.4.4.4", region: "IL", regionName: "Illinois", status: "success", timezone: "America/Chicago", + zip: "60554", - zip: "60134", } ] - Expected - 4 + Received + 4 at /home/runner/work/geoquery.in/geoquery.in/geoip/server/__tests__/sample.test.js:61:5
tests
Process completed with exit code 1.