Skip to content

Commit

Permalink
Working directory update
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Apr 5, 2022
1 parent ea7782d commit b9f3f01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
- 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
with:
Expand All @@ -43,6 +39,10 @@ jobs:
choco install unzip
choco install nssm
- name: Working directory update
working-directory: C:/cardano-wallet/test/e2e
run: cd C:/cardano-wallet/test/e2e

- name: 🕒 Get Date/Time
id: date-time
shell: bash
Expand Down

0 comments on commit b9f3f01

Please sign in to comment.