mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-22 21:51:25 +03:00
Try using stable lamdera instead of lamdera-next.
This commit is contained in:
parent
1b52b4a15c
commit
6aff87539f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
- name: Add elm-review, elm and elm-format to path
|
||||
run: npm bin >> $GITHUB_PATH
|
||||
- name: Download lamdera
|
||||
run: curl https://static.lamdera.com/bin/linux/lamdera-next -o /usr/local/bin/lamdera && chmod a+x /usr/local/bin/lamdera
|
||||
run: curl https://static.lamdera.com/bin/linux/lamdera -o /usr/local/bin/lamdera && chmod a+x /usr/local/bin/lamdera
|
||||
- name: Tests
|
||||
run: npm test
|
||||
- uses: sparksp/elm-review-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user