Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/run_jcb_basic_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,12 @@ jobs:
- name: Create custom jcb_clients.yaml for isolated testing
run: |
cd jcb_repo

# Create a custom jcb_clients.yaml that only includes the current repository
cat > jcb_clients.yaml << EOF
gdas:
git_url: noaa-emc/gdasapp
#git_ref: develop
git_ref: feature/jcb-gdas
git_ref: develop
app_subdir: parm/jcb-gdas
EOF

Expand Down