Skip to content

Commit eaa8891

Browse files
authored
fix: e2e test (#1707)
1 parent d46951d commit eaa8891

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mobile-curriculum-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
working-directory: freeCodeCamp
123123
run: |
124124
pnpm install
125-
pnpm run compile:ts
125+
pnpm turbo compile
126126
pnpm run build:curriculum
127127
pnpm run clean:packages
128128

mobile-app/integration_test_runner.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ brew install applesimutils
8989
File curriculumFile = File(join(
9090
mobileAppPath.parent.parent.path,
9191
'freeCodeCamp',
92-
'shared-dist',
93-
'config',
92+
'curriculum',
93+
'generated',
9494
'curriculum.json',
9595
));
9696

0 commit comments

Comments
 (0)