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 57d694d commit 6081c77
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ jobs:
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
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 6081c77

Please sign in to comment.