Skip to content

Commit

Permalink
chore: testing ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Apr 4, 2024
1 parent bfe1660 commit 57d694d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,16 @@ jobs:
- name: Display GitHub URLs
run: |
echo "GitHub URLs:"
echo "${{ steps.extract.outputs.urls }}"
echo "${{ steps.extract.outputs.urls }}"
- name: Check if files directory exists
run: |
if [ -d "/home/runner/work/edx-platform/edx-platform/files" ]; then
echo "Directory exists: /home/runner/work/edx-platform/edx-platform/files"
else
echo "Directory does not exist: /home/runner/work/edx-platform/edx-platform/files"
exit 1
fi
- name: Print WHL Files
run: |
Expand Down

0 comments on commit 57d694d

Please sign in to comment.