Skip to content

VIP - add do_compile and command_execution without testing #419

VIP - add do_compile and command_execution without testing

VIP - add do_compile and command_execution without testing #419

Workflow file for this run

name: MishkaInstaller CI
on:
push:
branches:
- refactor-dependencies
pull_request:
branches:
- refactor-dependencies
jobs:
ci:
env:
GITHUB_ACTION: true
strategy:
fail-fast: false
matrix:
include:
- pair:
elixir: "1.17.0"
otp: "27.0"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.pair.otp}}
elixir-version: ${{matrix.pair.elixir}}
- name: Elixir and Erlang Dependencies
run: |
mix local.hex --force
mix local.rebar --force
- name: Source Compiling
run: |
mix deps.get
mix deps.compile
- name: Run test with temporary information
run: |
mix test --trace