Commit aea43d1 1 parent 312704f commit aea43d1 Copy full SHA for aea43d1
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
push :
7
7
branches :
8
8
- main # keep this at all times
9
+ - test_request_data
9
10
pull_request :
10
11
schedule :
11
12
- cron : ' 0 0 * * *' # nightly
@@ -65,10 +66,10 @@ jobs:
65
66
pip install -e .
66
67
- name : Run tests
67
68
run : |
68
- pytest
69
- - name : Run S3 exploratory tests
70
- run : |
71
- pytest tests/s3_exploratory/test_s3_reduction.py --html=test-reports/s3-exploratory-report.html
69
+ pytest tests/test_compression.py::test_compression_and_filters_cmip6_data
70
+ # - name: Run S3 exploratory tests
71
+ # run: |
72
+ # pytest tests/s3_exploratory/test_s3_reduction.py --html=test-reports/s3-exploratory-report.html
72
73
- name : Install pytest-monitor
73
74
run : pip install pytest-monitor
74
75
- name : Run S3 performance tests
You can’t perform that action at this time.
0 commit comments