Skip to content

Commit

Permalink
action debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
danholdaway committed May 24, 2024
1 parent 0f9b011 commit b19a6ae
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/run_jcb_basic_testing.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run JCB basic testing with jcb-gdas changes
name: Run JCB basic testing with client changes

on:
push:
Expand All @@ -16,6 +16,7 @@ jobs:

env:
JCB_REPO: https://github.com/NOAA-EMC/jcb.git
JCB_APP_REPO: "https://github.com/${GITHUB_REPOSITORY}"

steps:
- name: Checkout submodule repository
Expand Down Expand Up @@ -53,7 +54,11 @@ jobs:
mkdir -p empty_hooks
git config --global core.hooksPath empty_hooks
git clone --branch ${{ env.JCB_BRANCH_NAME }} --recursive $JCB_REPO jcb_repo
cd jcb_repo/src/jcb/configuration/apps/gdas
cd jcb_repo
python get_submod_path.py $JCB_APP_REPO > SUBMODPATH
SUBMODPATH=$(cat SUBMODPATH)
cd $SUBMODPATH
git checkout ${{ env.JCB_APP_BRANCH_NAME }}
- name: Install dependencies
Expand Down

0 comments on commit b19a6ae

Please sign in to comment.