Skip to content

Commit

Permalink
CI: try tests in bash with original rebar3 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBRO committed Dec 27, 2023
1 parent a958c33 commit 40f077c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,14 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ steps.branch-name.outputs.branch }}-hex-
- name: Compile
run: ~/rebar3-dl/rebar3.cmd compile
shell: bash
run: ~/rebar3-dl/rebar3 compile
- name: EUnit tests
run: ~/rebar3-dl/rebar3.cmd eunit
shell: bash
run: ~/rebar3-dl/rebar3 eunit
- name: Dialyzer
run: ~/rebar3-dl/rebar3.cmd dialyzer
shell: bash
run: ~/rebar3-dl/rebar3 dialyzer
- name: Code coverage
run: ~/rebar3-dl/rebar3.cmd cover
shell: bash
run: ~/rebar3-dl/rebar3 cover
4 changes: 0 additions & 4 deletions test/helper-files/rebar3.cmd

This file was deleted.

0 comments on commit 40f077c

Please sign in to comment.