Skip to content

Commit 05fdb79

Browse files
authored
refactor: restructure major crates part 2 (#462)
* 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
1 parent d9e0a26 commit 05fdb79

File tree

446 files changed

+392
-384
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

446 files changed

+392
-384
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install S3 credentials for testing
6363
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
6464
run: |
65-
cd crates/sb_fs/tests
65+
cd crates/fs/tests
6666
echo "S3FS_TEST_SUPABASE_STORAGE=true" >> .env
6767
echo "S3FS_TEST_APP_NAME=edge_runtime_github_ci" >> .env
6868
echo "S3FS_TEST_BUCKET_NAME=$BUCKET_NAME" >> .env

0 commit comments

Comments
 (0)