Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kutyel committed Jul 18, 2024
1 parent 3574285 commit 5ee92d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,8 @@ jobs:
- name: npm ci install
run: npm ci

- name: elm make
run: npx --no-install elm make src/**/*.elm --output=/dev/null

- name: elm-test
- name: run make, format, tests (see package.json)
run: npm test

- name: elm-review
run: npm run review

- name: elm-format
run: npx --no-install elm-format --validate src tests

- name: build
run: npm run build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"test": "npm-run-all --print-name --silent --sequential test:make test:format test:run",
"test:make": "elm make",
"test:format": "elm-format --validate",
"test:format": "elm-format --validate src tests",
"test:run": "elm-test-rs",
"postinstall": "elm-tooling install"
},
Expand Down

0 comments on commit 5ee92d7

Please sign in to comment.