Skip to content

Commit

Permalink
isolate tests4
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Sep 11, 2024
1 parent 2d7b3d6 commit ecc8f11
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/forcingprocessor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ jobs:
- name: Test with pytest
run: |
cd forcingprocessor
python -m pytest -vv -k test_nomads_prod
python -m pytest -vv -k test_nwm_google_apis
python -m pytest -vv -k test_google_cloud_storage
python -m pytest -vv -k test_gs
python -m pytest -vv -k test_gcs
python -m pytest -vv -k test_noaa_nwm_pds_s3
# python -m pytest -vv -k test_nomads_prod
# python -m pytest -vv -k test_nwm_google_apis
# python -m pytest -vv -k test_google_cloud_storage
# python -m pytest -vv -k test_gs
# python -m pytest -vv -k test_gcs
# python -m pytest -vv -k test_noaa_nwm_pds
# python -m pytest -vv -k test_noaa_nwm_pds_s3
python -m pytest -vv -k test_retro_2_1
python -m pytest -vv -k test_retro_2_1_s3
python -m pytest -vv -k test_retro_3_0
Expand Down

0 comments on commit ecc8f11

Please sign in to comment.