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

19 lines
344 B
YAML
Raw Normal View History

name: Installer Testing
on: [push, pull_request]
jobs:
2021-01-03 10:31:52 -07:00
installer:
name: Installer Tests
strategy:
fail-fast: false
matrix:
2021-01-03 10:41:13 -07:00
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'