diff --git a/.github/workflows/run_IP.yaml b/.github/workflows/run_IP.yaml index 3c9f791..30b669f 100644 --- a/.github/workflows/run_IP.yaml +++ b/.github/workflows/run_IP.yaml @@ -116,6 +116,8 @@ jobs: shell: bash working-directory: ${{ env.WORKING_DIRECTORY }} run: | + pwd + ls passed_count=$(find ${{ env.SIM_DIRECTORY }}/* -type f -name 'passed' | wc -l) failed_count=$(find ${{ env.SIM_DIRECTORY }}/* -type f -name 'failed' | wc -l) unknown_count=$(find ${{ env.SIM_DIRECTORY }}/* -type f -name 'unknown' | wc -l)