summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/os_comp.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml
index a4417a140..dcbbdde89 100644
--- a/.github/workflows/os_comp.yml
+++ b/.github/workflows/os_comp.yml
@@ -36,3 +36,27 @@ jobs:
run: ./run_tests.py
env:
CI: '1'
+
+ fedora:
+ name: Fedora
+ runs-on: ubuntu-latest
+ container: mensinda/fedora:latest
+ steps:
+ - uses: actions/checkout@v1
+ - name: Run tests
+ run: ./run_tests.py
+ env:
+ CI: '1'
+ SKIP_SCIENTIFIC: '1'
+
+ opensuse:
+ name: OpenSUSE
+ runs-on: ubuntu-latest
+ container: mensinda/opensuse:latest
+ steps:
+ - uses: actions/checkout@v1
+ - name: Run tests
+ run: ./run_tests.py
+ env:
+ CI: '1'
+ SKIP_SCIENTIFIC: '1'