Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
moT01 committed Jun 17, 2024
1 parent 4761551 commit 66cf56a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-i18n-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 66cf56a

Please sign in to comment.