We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4c576 commit 8b0ffa0Copy full SHA for 8b0ffa0
1 file changed
.github/workflows/test.yml
@@ -18,6 +18,7 @@ jobs:
18
gleam-version: "1.15.0-rc1"
19
rebar3-version: "3"
20
# elixir-version: "1"
21
+ - run: sudo apt-get update && sudo apt-get install -y imagemagick
22
- run: gleam deps download
23
- run: gleam test
24
- run: gleam format --check src test
0 commit comments