From 2941c4724fab6bc98483f1cece92bde793c254bd Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 6 Mar 2026 12:10:34 +0530 Subject: [PATCH] ci(revert): don't get payments app --- .github/helper/install.sh | 1 - .github/workflows/ci.yml | 3 --- frontend/src/pages/Courses/CourseForm.vue | 5 ++++- .../ProgrammingExercises/ProgrammingExerciseForm.vue | 9 ++++++--- .../ProgrammingExerciseSubmission.vue | 2 +- .../pages/ProgrammingExercises/ProgrammingExercises.vue | 6 ++++-- 6 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.github/helper/install.sh b/.github/helper/install.sh index 75cf4854..21bb9d9a 100644 --- a/.github/helper/install.sh +++ b/.github/helper/install.sh @@ -12,7 +12,6 @@ bench -v setup requirements echo "Setting Up LMS App..." bench get-app lms "${GITHUB_WORKSPACE}" -bench get-app payments "${GITHUB_WORKSPACE}" echo "Setting Up Sites & Database..." diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca016d65..bfe2b8b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,9 +65,6 @@ jobs: - name: add lms app to bench working-directory: /home/runner/frappe-bench run: bench get-app lms $GITHUB_WORKSPACE - - name: add payments app to bench - working-directory: /home/runner/frappe-bench - run: bench get-app payments $GITHUB_WORKSPACE - name: create bench site working-directory: /home/runner/frappe-bench run: bench new-site --mariadb-root-password root --admin-password admin frappe.local diff --git a/frontend/src/pages/Courses/CourseForm.vue b/frontend/src/pages/Courses/CourseForm.vue index 0391fcab..3639bf40 100644 --- a/frontend/src/pages/Courses/CourseForm.vue +++ b/frontend/src/pages/Courses/CourseForm.vue @@ -1,7 +1,10 @@