Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit870da16

Browse files
committed
chore: don't dialyze on release build
1 parente5f2948 commit870da16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/elixir.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939
key:otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-build-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
4040
restore-keys:otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-build-
4141
-run:mix deps.get
42+
-run:mix check --except dialyzer
43+
if:startsWith(github.ref, 'refs/tags/v')
4244
-run:mix check
45+
if:"!startsWith(github.ref, 'refs/tags/v')"
4346
-run:mix hex.publish --yes
4447
if:startsWith(github.ref, 'refs/tags/v')
4548
env:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp