Skip to content

Commit aea43d1

Browse files
committed
run GA CI
1 parent 312704f commit aea43d1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test_s3_minio.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- main # keep this at all times
9+
- test_request_data
910
pull_request:
1011
schedule:
1112
- cron: '0 0 * * *' # nightly
@@ -65,10 +66,10 @@ jobs:
6566
pip install -e .
6667
- name: Run tests
6768
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
7273
- name: Install pytest-monitor
7374
run: pip install pytest-monitor
7475
- name: Run S3 performance tests

0 commit comments

Comments
 (0)