Skip to content

Commit 67d6714

Browse files
Update ci-analysis.yml
separating the two tests because the land analysis may not be ready for the CI success state, and since the test is interrupted, the cloud test will not run upon land failure
1 parent a55ef7a commit 67d6714

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-analysis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,14 @@ jobs:
3939
4040
- name: Generate catalog and run freanalysis_clouds
4141
run: |
42-
$CONDA/envs/analysis-script-testing/bin/pytest tests
42+
$CONDA/envs/analysis-script-testing/bin/pytest tests/test_freanalysis_clouds.py
4343
- name: upload-artifacts
4444
uses: actions/upload-artifact@v4
4545
with:
4646
name: workflow-artifacts1
4747
path: |
4848
/home/runner/work/analysis-scripts-fork/data-catalog.json
4949
/home/runner/work/analysis-scripts-fork/data-catalog.csv
50-
50+
- name: Run freanalysis_land
51+
run: |
52+
$CONDA/envs/analysis-script-testing/bin/pytest tests/test_freanalysis_land

0 commit comments

Comments
 (0)