From 66cf56a40ebb5ae1372e047b5b7eac79a04a4121 Mon Sep 17 00:00:00 2001 From: moT01 <20648924+moT01@users.noreply.github.com> Date: Mon, 17 Jun 2024 06:43:10 -0500 Subject: [PATCH] test --- .github/workflows/test-i18n-build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-i18n-build.yml b/.github/workflows/test-i18n-build.yml index c49a3cacc..13d0879a3 100644 --- a/.github/workflows/test-i18n-build.yml +++ b/.github/workflows/test-i18n-build.yml @@ -27,9 +27,9 @@ jobs: rm -rf curriculum/challenges/english/ rm -rf curriculum/dictionaries/english/ - - name: Checkout Main Repo + - name: Clone freeCodeCamp Repo run: | - git clone https://github.com/freeCodeCamp/freeCodeCamp.git freecodecamp + git clone https://github.com/freeCodeCamp/freeCodeCamp.git # Todo: Remove this step after we remove the files from the repo - name: Remove i18n Challenges from freeCodeCamp @@ -59,6 +59,10 @@ jobs: - name: Debug run: | + ls -la + echo "----------------" + ls -la freecodecamp + echo "----------------" ls -la freecodecamp/curriculum/challenges echo "----------------" ls -la freecodecamp/curriculum/dictionaries