Skip to content

Commit 5a354ab

Browse files
enya-yxenya-yx
authored andcommitted
run purview test case for temporary test
1 parent 5d9014d commit 5a354ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request_push_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ jobs:
288288
PURVIEW_NAME: ${{secrets.PURVIEW_NAME}}
289289
CONNECTION_STR: ${{secrets.CONNECTION_STR}}
290290
run: |
291-
pytest --cov-report term-missing --cov=registry/sql-registry/registry --cov-config=registry/test/.coveragerc registry/test/test_sql_registry.py
292291
pytest --cov-report term-missing --cov=registry/purview-registry/registry --cov-config=registry/test/.coveragerc registry/test/test_purview_registry.py
292+
# pytest --cov-report term-missing --cov=registry/sql-registry/registry --cov-config=registry/test/.coveragerc registry/test/test_sql_registry.py
293293
294294
failure_notification:
295295
# If any failure, warning message will be sent

0 commit comments

Comments
 (0)