Skip to content

Commit

Permalink
Retry when Elm fails in example CI (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell authored Jan 6, 2025
1 parent 51ffdc9 commit 433496b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:

- run: npx elm-tooling install

- run: npx elm-watch make --optimize
# This line is usually just `npx elm-watch make --optimize`,
# but we do some internal trickery here as a workaround specific to the elm-watch repo.
- run: PATH="$PWD/../tests/elm-bin:$PWD/node_modules/.bin:$PATH" elm-watch make --optimize

- run: npm run esbuild -- --minify

Expand Down

0 comments on commit 433496b

Please sign in to comment.