From 57d694d1a1e263bac23a53e1791d52d8c3a950d7 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Thu, 4 Apr 2024 11:19:39 +0500 Subject: [PATCH] chore: testing ci check --- .github/workflows/check_dependencies.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index d8464de90148..e9581e1ae705 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -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: |