Skip to content

Commit

Permalink
feat: test file and upload for acc pac ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPaulGithub committed Mar 21, 2024
1 parent 3dfa6ba commit 281af00
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,25 +402,25 @@ jobs:
SN_LOG: "all"
timeout-minutes: 15

# DEPRECATED(!!): We are removing use of 'download in favour of AccPac Download
# ---> DEPRECATED(!!): We are removing use of this upload cmd in favour of AccPac
- name: Start a client to upload files
run: cargo run --bin safe --release -- --log-output-dest=data-dir files upload "./resources" --retry-strategy quick
env:
SN_LOG: "all"
timeout-minutes: 15

# DEPRECATED(!!): We are removing use of 'download in favour of AccPac Download
# ---> DEPRECATED(!!): We are removing use of this download cmd in favour of AccPac
- name: Start a client to download files
run: |
cargo run --bin safe --release -- --log-output-dest=data-dir files download --retry-strategy quick
exit 1
run: cargo run --bin safe --release -- --log-output-dest=data-dir files download --retry-strategy quick
env:
SN_LOG: "all"
timeout-minutes: 2

# Test for Acc Pac file Upload and download. Attached Test File: "ATF001.txt"
- name: Acc Pac upload and download procedure
run: cargo run --bin safe --release -- --log-output-dest=data-dir files upload "./resources/test_files/ATF001.txt"
- name: Run upload and download file procedure via Acc Pac
run: |
cargo run --bin safe --release -- --log-output-dest=data-dir files upload "./resources/test_files/ATF001.txt"
exit 1
env:
SN_LOG: "all"
timeout-minutes: 2
Expand Down

0 comments on commit 281af00

Please sign in to comment.