Skip to content

Commit

Permalink
chore(ci): Update project directory in CI workflow
Browse files Browse the repository at this point in the history
Updated the project directory path in the CI workflow to the correct location for the Flutter project. Previously, it was set to "nairobi-traffic-pcb" but it should be "mobile/nairobitrafficpcb" to match the actual project structure.

Signed-off-by: Rodney Osodo <[email protected]>
  • Loading branch information
rodneyosodo committed Nov 6, 2023
1 parent 5f28022 commit 470ec81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
channel: "beta"

- name: Enter to the flutter project directory
run: cd nairobi-traffic-pcb
run: cd mobile/nairobitrafficpcb

- name: Get flutter dependencies
run: flutter pub get
Expand Down

0 comments on commit 470ec81

Please sign in to comment.