aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/os_comp.yml15
1 files changed, 13 insertions, 2 deletions
diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml
index 387b9c1..a4417a1 100644
--- a/.github/workflows/os_comp.yml
+++ b/.github/workflows/os_comp.yml
@@ -1,10 +1,10 @@
-name: OS Compatibility Tests
+name: OS Comp Tests
on: [push, pull_request]
jobs:
xenial:
- name: Ubuntu 16.04 (xenial)
+ name: Ubuntu 16.04
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v1
@@ -25,3 +25,14 @@ jobs:
env:
CI: '1'
XENIAL: '1'
+
+ arch:
+ name: Arch Linux
+ runs-on: ubuntu-latest
+ container: mensinda/arch:latest
+ steps:
+ - uses: actions/checkout@v1
+ - name: Run tests
+ run: ./run_tests.py
+ env:
+ CI: '1'