Skip to content

Merge pull request #110 from Project-OMOTES/87-check-if-job-may-be-ti… #175

Merge pull request #110 from Project-OMOTES/87-check-if-job-may-be-ti…

Merge pull request #110 from Project-OMOTES/87-check-if-job-may-be-ti… #175

Workflow file for this run

name: Run system checks (linux)
on: [push]
jobs:
test_system:
name: Run system tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ "3.11" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: run system tests
run: |
./scripts/test_system.sh