Skip to content

Commit

Permalink
Update ci-integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunSharma15 authored Jan 8, 2024
1 parent 59e8fa3 commit 59cbf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
export DBT_TEST_USER_1=test_grants_user1
export DBT_TEST_USER_2=test_grants_user2
export DBT_TEST_USER_3=test_grants_user3
sed -i "s/tmode='ANSI'/tmode='TERA'/g" tests/conftest.py
sed -i'' -e "s/tmode='ANSI'/tmode='TERA'/g" tests/conftest.py
pytest -v -k "not TestCurrentTimestamp and not TestProcedureTERAInANSI and not TestProcedureANSIInANSI" tests/functional
# - name: Run pytest tests with existing database
Expand Down

0 comments on commit 59cbf08

Please sign in to comment.