Skip to content

Commit

Permalink
Try to use C:\ for more space
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Apr 5, 2022
1 parent ffdafe9 commit 1ed1289
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@ on:

defaults:
run:
working-directory: ./test/e2e
working-directory: C:/cardano-wallet/test/e2e

jobs:
test:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- name: Check space
run: Get-PSDrive

- name: Checkout
run: git clone https://github.com/input-output-hk/cardano-wallet.git C:/cardano-wallet --depth 1

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -52,7 +56,7 @@ jobs:
id: cache-wallet
uses: actions/[email protected]
with:
path: test/e2e/state/wallet_db/${{ env.NETWORK }}
path: C:/cardano-wallet/test/e2e/state/wallet_db/${{ env.NETWORK }}
key: wallet-db-${{ runner.os }}-${{ env.NETWORK }}-${{ steps.date-time.outputs.value }}
restore-keys: |
wallet-db-${{ runner.os }}-${{ env.NETWORK }}-
Expand Down

0 comments on commit 1ed1289

Please sign in to comment.