1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

18 lines
311 B
YAML
Raw Normal View History

name: Installer Testing
on: [push, pull_request]
jobs:
ci:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- name: Git Checkout
uses: actions/checkout@v2
- name: Run hyperglass
2021-01-01 14:39:31 -07:00
run: 'sudo bash ./install.sh'