Skip to content

Commit

Permalink
Changed wrong place, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
plux committed Apr 30, 2024
1 parent 9f39be9 commit 9ecab76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Lint
run: rebar3 lint
- name: Generate Dialyzer PLT for usage in CT Tests
run: dialyzer --build_plt --apps erts kernel stdlib compiler crypto
run: dialyzer --build_plt --apps erts kernel stdlib
- name: Start epmd as daemon
run: epmd -daemon
- name: Run CT Tests
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Lint
run: rebar3 lint
- name: Generate Dialyzer PLT for usage in CT Tests
run: dialyzer --build_plt --apps erts kernel stdlib
run: dialyzer --build_plt --apps erts kernel stdlib crypto compiler
- name: Start epmd as daemon
run: erl -sname a -noinput -eval "halt(0)."
- name: Run CT Tests
Expand Down

0 comments on commit 9ecab76

Please sign in to comment.