Skip to content

Commit

Permalink
Merge pull request #48 from syumai/use-GITHUB_PATH-instead-of-add-path
Browse files Browse the repository at this point in the history
Use GITHUB_PATH instead of add-path
  • Loading branch information
uki00a committed Oct 17, 2020
2 parents 15c7bc4 + 3c5eef2 commit 64a7257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dem-local
run: |
make install-local
echo "::add-path::$HOME/.deno/bin"
echo $HOME/.deno/bin >> $GITHUB_PATH
- name: Run tests
run: |
make test

0 comments on commit 64a7257

Please sign in to comment.