mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 20:03:31 +03:00
Try different approach to add node bin to PATH with npm bin being removed.
This commit is contained in:
parent
19aae5e250
commit
6b37a52888
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
- name: elm-tooling install
|
||||
run: npx --no-install elm-tooling install
|
||||
- name: Add elm-review, elm and elm-format to path
|
||||
run: npm bin >> $GITHUB_PATH
|
||||
run: realpath node_modules/.bin >> $GITHUB_PATH
|
||||
- uses: sparksp/elm-review-action@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user