1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 00:38:06 +00:00
thatmattlove-hyperglass/.github/workflows/installer.yml
2022-12-11 17:49:29 -05:00

20 lines
350 B
YAML

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