Commit 92e0c49c authored by Vitaly Lipatov's avatar Vitaly Lipatov

add ci workflow for testing on Ubuntu

parent 03a236dd
name: Ubuntu
on:
push:
branches: [ "*" ]
# pull_request:
# branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
# container:
# image: alt:sisyphus
# env:
# ALLOW_ROOT_USER: 1
steps:
- name: test
run: |
bin/epm rl
bin/epm qa --sort | tail
bin/epm qp lib
bin/epm install fakeroot
bin/epm remove fakeroot
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment