Skip to content

Commit

Permalink
Update specimin_evaluation_CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NiharikaJamble authored Jul 25, 2024
1 parent 0ab16ef commit f595567
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/specimin_evaluation_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f595567

Please sign in to comment.