From f595567b08277fb93acba1d522a93b0c77681351 Mon Sep 17 00:00:00 2001 From: NiharikaJamble Date: Thu, 25 Jul 2024 16:22:23 -0400 Subject: [PATCH] Update specimin_evaluation_CI.yml --- .github/workflows/specimin_evaluation_CI.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/specimin_evaluation_CI.yml b/.github/workflows/specimin_evaluation_CI.yml index 6874406f..c01a4436 100644 --- a/.github/workflows/specimin_evaluation_CI.yml +++ b/.github/workflows/specimin_evaluation_CI.yml @@ -17,9 +17,22 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 with: - ref: ${{ github.event.pull_request.head.ref }} + ref: ${{ github.head_ref }} fetch-depth: 0 + - name: Debug - Show Current Branch + run: | + set -ex + echo "Current branch: $(git branch --show-current)" + + - name: Debug - List Files in Repository + run: | + set -ex + echo "Current directory: $(pwd)" + echo "Listing files in /home/runner/work/specimin/specimin" + ls -la /home/runner/work/specimin/specimin + + - name: Set up Python uses: actions/setup-python@v2 with: