1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-20 23:08:29 +00:00
thatmattlove-hyperglass/.github/workflows/installer.yml
2021-01-01 14:39:31 -07:00

17 lines
311 B
YAML

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
run: 'sudo bash ./install.sh'