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 5d3ab7b commit 0f9b011
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/run_jcb_basic_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ jobs:
git clone --branch ${{ env.JCB_BRANCH_NAME }} --recursive $JCB_REPO jcb_repo
cd jcb_repo/src/jcb/configuration/apps/gdas
git checkout ${{ env.JCB_APP_BRANCH_NAME }}
echo `git rev-parse HEAD`
git branch
ls -l
cd -
- name: Install dependencies
run: |
Expand All @@ -67,6 +63,5 @@ jobs:
- name: Run the JCB client integration tests
run: |
cd $GITHUB_WORKSPACE
cd test/client_integration
cd jcb_repo/test/client_integration
pytest -v

0 comments on commit 0f9b011

Please sign in to comment.