1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
checktheroads 074ca5dbb8 ci fixes/debug
2021-01-03 10:31:52 -07:00

19 lines
342 B
YAML

name: Installer Testing
on: [push, pull_request]
jobs:
installer:
name: Installer Tests
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v2
- name: Run hyperglass
run: 'sudo bash ./install.sh'