Skip to content

actions: adopt Ubuntu 22.04, remove ESL repository #103

actions: adopt Ubuntu 22.04, remove ESL repository

actions: adopt Ubuntu 22.04, remove ESL repository #103

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
rmqref:
- v3.12.x
steps:
- uses: actions/checkout@v2
- name: Install Erlang and Elixir
run: |
sudo apt update
sudo apt install -y erlang elixir
- name: Run tests
run: |
make current_rmq_ref=${{ matrix.rmqref }}
make tests current_rmq_ref=${{ matrix.rmqref }}
- name: Build distribution files
run: |
DIST_AS_EZS=yes make dist current_rmq_ref=${{ matrix.rmqref }}
- name: Store build artifacts
uses: actions/upload-artifact@v3
with:
name: plugins
path: plugins/