Skip to content

Commit

Permalink
back to one file
Browse files Browse the repository at this point in the history
  • Loading branch information
varnerac committed Jan 2, 2021
1 parent 33080ed commit a2c20ed
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 30 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,27 @@ jobs:
toolchain: stable
- name: Run tests
run: chmod +x ./rebar3 && ./rebar3 do eunit, ct

macos:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11.0, macos-10.15]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install Erlang
run: |
brew install erlang@22
- name: Run tests
run: |
export PATH="/usr/local/opt/erlang@22/bin:$(pwd)/rebar3:$PATH"
chmod +x ./rebar3
./rebar3 do eunit, ct
- uses: actions/upload-artifact@v2
if: failure()
with:
name: test-results
path: _build/test/logs/
30 changes: 0 additions & 30 deletions .github/workflows/mac.yml

This file was deleted.

Empty file modified rebar3
100644 → 100755
Empty file.

0 comments on commit a2c20ed

Please sign in to comment.