Use stable lamdera release for now.

This commit is contained in:
Dillon Kearns 2022-08-21 10:52:51 -07:00
parent 02346b6593
commit 82d8ff4fed

View File

@ -56,7 +56,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-alpine-musl -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
@ -150,6 +150,6 @@ jobs:
- name: elm-tooling install
run: npx --no-install elm-tooling install
- name: Download lamdera
run: curl https://static.lamdera.com/bin/linux/lamdera-next-alpine-musl -o node_modules/.bin/lamdera && chmod a+x node_modules/.bin/lamdera
run: curl https://static.lamdera.com/bin/windows/lamdera -o node_modules/.bin/lamdera && chmod a+x node_modules/.bin/lamdera
- name: Snapshot Tests
run: npm run test:snapshot