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 ea7782d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,20 @@ on:
description: 'PR number or "master"'
default: 'master'

defaults:
run:
working-directory: ./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: Working directory update
working-directory: C:/cardano-wallet/test/e2e
run: cd C:/cardano-wallet/test/e2e

- 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 ea7782d

Please sign in to comment.