Skip to content

Commit

Permalink
Remove pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Aug 28, 2024
1 parent f097672 commit 3c5b3e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-kit-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: chmod +x packages/testing-kit/dist/src/bin/testing-kit.js

- name: Add script directory to PATH
run: echo "$(pwd)/packages/testing-kit/dist/src/bin" >> $GITHUB_PATH
run: echo "packages/testing-kit/dist/src/bin" >> $GITHUB_PATH

- name: Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/protocol-kit-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Make testing-kit.js executable
run: chmod +x packages/testing-kit/dist/src/bin/testing-kit.js
- name: Add script directory to PATH
run: echo "$(pwd)/packages/testing-kit/dist/src/bin" >> $GITHUB_PATH
run: echo "/packages/testing-kit/dist/src/bin" >> $GITHUB_PATH
- name: Test ${{ matrix.provider }} - Safe ${{ matrix.contract-version }}
run: |
cd packages/protocol-kit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: chmod +x packages/testing-kit/dist/src/bin/testing-kit.js

- name: Add script directory to PATH
run: echo "$(pwd)/packages/testing-kit/dist/src/bin" >> $GITHUB_PATH
run: echo "packages/testing-kit/dist/src/bin" >> $GITHUB_PATH

- name: Test
env:
Expand Down

0 comments on commit 3c5b3e1

Please sign in to comment.