From 3c7015c9458665c7beb0d7d9e4d9f05f11d98842 Mon Sep 17 00:00:00 2001 From: sachinthakur96 Date: Tue, 7 Nov 2023 16:59:17 +0530 Subject: [PATCH] Adding --- .github/workflows/vertica-test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/vertica-test.yml b/.github/workflows/vertica-test.yml index 7036210..fc64c9a 100644 --- a/.github/workflows/vertica-test.yml +++ b/.github/workflows/vertica-test.yml @@ -50,8 +50,6 @@ jobs: run: python -m pytest tests/functional/adapter/incremental/ - name: Test Concurrency run: python -m pytest tests/functional/adapter/concurrency/ - - name: Test ephemeral - run: python -m pytest tests/functional/adapter/ephemeral/ - name: Test Doc Generate run: python -m pytest tests/functional/adapter/test_doc_gen.py - name: Test Data Type Boolean @@ -59,4 +57,7 @@ jobs: - name: Test Concat run: python -m pytest tests/functional/adapter/utils/test_concat.py - name: Test Data Type Int - run: python -m pytest tests/functional/adapter/utils/data_type/ \ No newline at end of file + run: python -m pytest tests/functional/adapter/utils/data_type/ + - name: Test ephemeral + run: python -m pytest tests/functional/adapter/ephemeral/ + \ No newline at end of file