Skip to content

Commit

Permalink
feat: better formatting and updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPaulGithub committed Mar 21, 2024
1 parent 9a05c1d commit 1906a67
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,9 +426,9 @@ jobs:
# (Folders) Upload and download.
- name: Run basic upload and download folder procedure via Acc Pac
run: |
cargo run --bin safe --release -- --log-output-dest=data-dir folders upload "./resources/testing/test_folders/Test_Folder_001"
cargo run --bin safe --release -- --log-output-dest=data-dir folders upload "./resources/testing/test_folders/test_folder_001"
# todo: how do I find the network address and dir path for this test?
#cargo run --bin safe --release -- --log-output-dest=data-dir folders download <network address> <dir path>
cargo run --bin safe --release -- --log-output-dest=data-dir folders download <network address> <dir path>
exit 1
env:
SN_LOG: "all"
Expand Down

0 comments on commit 1906a67

Please sign in to comment.