Skip to content

Commit

Permalink
Make tests working
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Jul 21, 2024
1 parent c904d2e commit fcadb1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,14 @@ jobs:
rebar3-version: "3"
# elixir-version: "1.15.4"
- run: gleam deps download
working-directory: redraw
- run: gleam test
working-directory: redraw
- run: gleam format --check src test
working-directory: redraw
- run: gleam deps download
working-directory: redraw_dom
- run: gleam test
working-directory: redraw_dom
- run: gleam format --check src test
working-directory: redraw_dom
File renamed without changes.

0 comments on commit fcadb1d

Please sign in to comment.