mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-23 06:04:23 +03:00
Reorder command.
This commit is contained in:
parent
b3de449601
commit
11fb02d8d0
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -51,14 +51,14 @@ jobs:
|
||||
run: npm ci
|
||||
- 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
|
||||
- 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
|
||||
- name: Lamdera Reset for tests
|
||||
run: rm -rf elm-stuff $HOME/.elm
|
||||
- name: Tests
|
||||
run: npm test
|
||||
- name: Add elm-review, elm and elm-format to path
|
||||
run: npm bin >> $GITHUB_PATH
|
||||
- uses: sparksp/elm-review-action@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user