Skip to content

Commit

Permalink
Fix fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed May 13, 2024
1 parent 4e5f619 commit 570a44f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@ jobs:
# Electrum dependencies
sudo apt-get install libsecp256k1-0 python3-setuptools python3-cryptography python3-scrypt
- name: Pip cache
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-electrum-4.0.2
restore-keys: |
${{ runner.os }}-pip-electrum-
${{ runner.os }}-pip-
- name: Setup Litecoin
run: sudo ./ci/setup-coins/litecoin.sh

Expand All @@ -58,7 +49,7 @@ jobs:
run: sudo ./ci/setup-coins/monero.sh

- name: Fix permissions
run: sudo chown $(whoami):$(whoami) ./config && chmod 777 -R ./config
run: sudo chown runner:runner ./config && sudo chmod 777 -R ./config

- name: Run Litecoin-Monero swap tests
run: RUST_LOG=asmr=debug cargo test --features test_litecoin_node,test_monero_node -- ltc_and_xmr --nocapture

0 comments on commit 570a44f

Please sign in to comment.