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 6081c77 commit be3cb60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
- 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"
if [ -d "/tmp/unpack_reqs/openedx/edx-platform/files" ]; then
echo "Directory exists: /tmp/unpack_reqs/openedx/edx-platform/files"
else
echo "Directory does not exist: /home/runner/work/edx-platform/edx-platform/files"
echo "Directory does not exist: /tmp/unpack_reqs/openedx/edx-platform/files"
exit 1
fi
Expand Down

0 comments on commit be3cb60

Please sign in to comment.