Skip to content

Commit

Permalink
refactor: restructure major crates part 2 (#462)
Browse files Browse the repository at this point in the history
* refactor: reorganize project structure

* chore: update `Cargo.lock`

* chore: apply `cargo fmt --all`

* refactor: move `sb_fs` ext to `crates/fs`

* chore: update `Cargo.lock`

* chore: apply `cargo fmt --all`

* refactor: move `crates/cli` directory to project root

* stamp: oops
  • Loading branch information
nyannyacha authored Dec 23, 2024
1 parent d9e0a26 commit 05fdb79
Show file tree
Hide file tree
Showing 446 changed files with 392 additions and 384 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install S3 credentials for testing
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
run: |
cd crates/sb_fs/tests
cd crates/fs/tests
echo "S3FS_TEST_SUPABASE_STORAGE=true" >> .env
echo "S3FS_TEST_APP_NAME=edge_runtime_github_ci" >> .env
echo "S3FS_TEST_BUCKET_NAME=$BUCKET_NAME" >> .env
Expand Down
Loading

0 comments on commit 05fdb79

Please sign in to comment.