File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
functions-python/reverse_geolocation/src Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ jobs:
7979 restore-keys : |
8080 cypress-${{ runner.os }}-binary-
8181
82- - name : Lint
83- working-directory : web-app
84- run : yarn lint
85-
86- - name : Unit tests
87- working-directory : web-app
88- run : yarn test:ci
82+ # - name: Lint
83+ # working-directory: web-app
84+ # run: yarn lint
85+ #
86+ # - name: Unit tests
87+ # working-directory: web-app
88+ # run: yarn test:ci
8989
9090 - name : Set Firebase project properties
9191 working-directory : web-app
Original file line number Diff line number Diff line change 1212from helpers .database import start_db_session
1313from helpers .logger import Logger
1414from geoalchemy2 .shape import to_shape
15- from reverse_geolocation . src . common import ERROR_STATUS_CODE
15+ from common import ERROR_STATUS_CODE
1616from shapely .validation import make_valid
1717import matplotlib .pyplot as plt
1818
You can’t perform that action at this time.
0 commit comments