Skip to content

Commit 743f762

Browse files
committed
commit changes for deployment testing
1 parent 0f0e15f commit 743f762

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.github/workflows/snowpark-ci-cd.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,7 @@ jobs:
3131
pip install -r requirements.txt
3232
- name: Run tests
3333
run: |
34-
pytest tests/testing_snowflake_connection.py
35-
pytest tests/test_s3_connection.py
36-
pytest tests/test_volatility_co2ppm.py
37-
pytest tests/test_daily_co2_changes.py
38-
pytest tests/test_weekly_co2_changes.py
39-
pytest tests/test_loading_co2_data_sp.py
40-
pytest tests/test_co2_harmonized_sp.py
41-
pytest tests/test_co2_analytical_sp.py
34+
4235
4336
deploy:
4437
needs: test

pytest.ini

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[pytest]
2+
testpaths = tests
3+
python_files = test_*.py
4+
addopts = -v --tb=short
5+
env =
6+
SNOWFLAKE_ACCOUNT = ***
7+
SNOWFLAKE_USER = ***
8+
SNOWFLAKE_PASSWORD = ***
9+
SNOWFLAKE_WAREHOUSE = CO2_WH
10+
AWS_ACCESS_KEY = ***
11+
AWS_SECRET_KEY = ***
12+
DATABASE_NAME = CO2_DB_PROD
13+
SCHEMA_NAME = RAW_CO2

0 commit comments

Comments
 (0)