Skip to content

Commit

Permalink
fix: add-path is deprecated (#2024)
Browse files Browse the repository at this point in the history
* fix: add-path is deprecated.
  • Loading branch information
katelynsills authored Nov 17, 2020
1 parent bcd1535 commit d3a40ef
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflow-templates/test-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: yarn link
run: |
yarn link-cli ~/bin/agoric
echo "::add-path::/home/runner/bin"
echo "/home/runner/bin" >> $GITHUB_PATH
- name: Check out dapp
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dapp-autoswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: yarn link
run: |
yarn link-cli ~/bin/agoric
echo "::add-path::/home/runner/bin"
echo "/home/runner/bin" >> $GITHUB_PATH
- name: Check out dapp
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dapp-card-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: yarn link
run: |
yarn link-cli ~/bin/agoric
echo "::add-path::/home/runner/bin"
echo "/home/runner/bin" >> $GITHUB_PATH
- name: Check out dapp
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dapp-fungible-faucet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: yarn link
run: |
yarn link-cli ~/bin/agoric
echo "::add-path::/home/runner/bin"
echo "/home/runner/bin" >> $GITHUB_PATH
- name: Check out dapp
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dapp-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: yarn link
run: |
yarn link-cli ~/bin/agoric
echo "::add-path::/home/runner/bin"
echo "/home/runner/bin" >> $GITHUB_PATH
- name: Check out dapp
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dapp-otc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: yarn link
run: |
yarn link-cli ~/bin/agoric
echo "::add-path::/home/runner/bin"
echo "/home/runner/bin" >> $GITHUB_PATH
- name: Check out dapp
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dapp-pegasus.yml.DISABLED
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: yarn link
run: |
yarn link-cli ~/bin/agoric
echo "::add-path::/home/runner/bin"
echo "/home/runner/bin" >> $GITHUB_PATH

- name: Check out dapp
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dapp-simple-exchange.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: yarn link
run: |
yarn link-cli ~/bin/agoric
echo "::add-path::/home/runner/bin"
echo "/home/runner/bin" >> $GITHUB_PATH
- name: Check out dapp
uses: actions/checkout@v2
Expand Down

0 comments on commit d3a40ef

Please sign in to comment.