Skip to content

Commit ade2666

Browse files
authored
Merge pull request #757 from simple-hub-organization/dev
Fixed cd does not start
2 parents 8962bc1 + 17d6bc2 commit ade2666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Install dependencies
3131
- name: Install dependencies
32-
working-directory: frontend
32+
working-directory: apps/app
3333
run: |
3434
dart run build_runner build --delete-conflicting-outputs
3535
flutter pub get
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Run Flutter Integration Tests
4444
- name: Run Integration Tests
45-
working-directory: frontend
45+
working-directory: apps/app
4646
run: flutter test integration_test
4747

4848

0 commit comments

Comments
 (0)