From 0f9b01131a6dd8bf93dc75d32b396c9d98d95284 Mon Sep 17 00:00:00 2001 From: danholdaway Date: Fri, 24 May 2024 09:47:15 -0400 Subject: [PATCH] action debugging --- .github/workflows/run_jcb_basic_testing.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/run_jcb_basic_testing.yaml b/.github/workflows/run_jcb_basic_testing.yaml index 7bdaf3b..99a703c 100644 --- a/.github/workflows/run_jcb_basic_testing.yaml +++ b/.github/workflows/run_jcb_basic_testing.yaml @@ -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: | @@ -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