Skip to content

Commit

Permalink
refactor: project structure refactor (#318)
Browse files Browse the repository at this point in the history
First pass at refactoring the file structure to match our [new project
layout](https://github.com/canonical/ubuntu-desktop-provision/blob/main/dev-docs/application-structure.md)
without moving any code around.
  • Loading branch information
matthew-hagemann authored Nov 18, 2024
2 parents 9f19f83 + 071f614 commit 8a89054
Show file tree
Hide file tree
Showing 149 changed files with 2,900 additions and 861 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ jobs:
- name: Run integration tests
run: |
cd packages/firmware_updater && \
cd apps/firmware_updater && \
sudo -E env PATH=$PATH xvfb-run -a -s '-screen 0 1024x768x24 +extension GLX' \
flutter test integration_test
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
.pub/
*/**/build/
/coverage/
pubspec.lock

# Linux related
generated_plugin_registrant.*
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 8a89054

Please sign in to comment.