Skip to content

47: Add README.md and ci scripts for system_tests and example_sdk_cli… #56

47: Add README.md and ci scripts for system_tests and example_sdk_cli…

47: Add README.md and ci scripts for system_tests and example_sdk_cli… #56

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