We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956cea2 commit 94e9d43Copy full SHA for 94e9d43
.github/workflows/docker.yml
@@ -8,10 +8,11 @@ on:
8
jobs:
9
test:
10
name: Setup, Build, Test
11
- uses: brianmay/workflows/.github/workflows/elixir.yaml@main
+ uses: brianmay/workflows/.github/workflows/elixir.yaml@fix_test_file
12
with:
13
- apt_packages: "libimage-exiftool-perl ffmpeg exiftran libraw-bin"
+ apt_packages: "graphicsmagick-imagemagick-compat libimage-exiftool-perl ffmpeg exiftran libraw-bin"
14
test_data: "https://www.dropbox.com/s/yg6jdk9lfewn8yf/penguin_memories.tar?dl=0"
15
+ test_sha256: "1be2094961977dc393b7312b8799259b2026b4570c4591bc6759dbfbfb0fe146"
16
17
push:
18
name: Push
0 commit comments