Skip to content

Commit 22b3cd1

Browse files
committed
testing changes
1 parent 743f762 commit 22b3cd1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,14 @@ jobs:
3131
pip install -r requirements.txt
3232
- name: Run tests
3333
run: |
34-
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
3542
3643
deploy:
3744
needs: test

0 commit comments

Comments
 (0)