Skip to content

Commit

Permalink
fix make command
Browse files Browse the repository at this point in the history
  • Loading branch information
kutyel committed Jul 18, 2024
1 parent ed7ef71 commit 3574285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: npm ci

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

- name: elm-test
run: npm test
Expand Down

0 comments on commit 3574285

Please sign in to comment.