Skip to content

Commit

Permalink
Merge pull request #7231 from TD5/patch-2
Browse files Browse the repository at this point in the history
Fix Dialyzer failures in CI
  • Loading branch information
bjorng authored May 29, 2023
2 parents b7463e8 + 3a099f8 commit 194b100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ jobs:
-e TEST_NEEDS_RELEASE=true -e "RELEASE_ROOT=/buildroot/otp/Erlang ∅⊤℞" \
-e EXTRA_ARGS="-ct_hooks cth_surefire [{path,\"/buildroot/otp/$DIR/make_test_dir/${{ matrix.type }}_junit.xml\"}]" \
-v "$PWD/make_test_dir:/buildroot/otp/$DIR/make_test_dir" \
-v "$PWD/scripts:/buildroot/otp/scripts" \
otp "make TYPE=${TYPE} && make ${APP}_test TYPE=${TYPE}"
## Rename os_mon to debug for debug build
if [ "$APP" != "${{ matrix.type }}" ]; then
Expand Down

0 comments on commit 194b100

Please sign in to comment.