Skip to content

Commit

Permalink
Merge pull request #1989 from grumbach/without_middle_spend
Browse files Browse the repository at this point in the history
Massive Spend Refactor
  • Loading branch information
grumbach authored Aug 28, 2024
2 parents 829da3b + 4643330 commit e15aae3
Show file tree
Hide file tree
Showing 43 changed files with 3,931 additions and 3,766 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,30 @@ jobs:
SN_LOG: "all"
timeout-minutes: 5

- name: Move faucet log to the working folder
run: |
echo "SAFE_DATA_PATH has: "
ls -l $SAFE_DATA_PATH
echo "test_faucet foder has: "
ls -l $SAFE_DATA_PATH/test_faucet
echo "logs folder has: "
ls -l $SAFE_DATA_PATH/test_faucet/logs
mv $SAFE_DATA_PATH/test_faucet/logs/faucet.log ./faucet_log.log
env:
SN_LOG: "all"
SAFE_DATA_PATH: /home/runner/.local/share/safe
continue-on-error: true
if: always()
timeout-minutes: 1

- name: Upload faucet log
uses: actions/upload-artifact@main
with:
name: faucet_test_first_faucet_log
path: faucet_log.log
continue-on-error: true
if: always()

- name: Create and fund a wallet second time
run: |
ls -l /home/runner/.local/share
Expand Down
Loading

0 comments on commit e15aae3

Please sign in to comment.