mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-23 06:04:23 +03:00
Use stable lamdera release for now.
This commit is contained in:
parent
02346b6593
commit
82d8ff4fed
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user