Skip to content

Commit 0cd737e

Browse files
asadali145Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f647c6b commit 0cd737e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,9 @@ jobs:
176176
177177
- name: Add edx-platform tutor mounts
178178
run: |
179-
cd ${{ github.workspace }}/../edx-platform
179+
cd "${{ github.workspace }}/../edx-platform"
180180
tutor mounts add .
181+
tutor config save
181182
182183
- name: Run tests on tutor
183184
run: |

0 commit comments

Comments
 (0)