Skip to content

github/workflows: Add workflow to run package tests. #1

github/workflows: Add workflow to run package tests.

github/workflows: Add workflow to run package tests. #1

Workflow file for this run

name: Package tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Setup environment
run: source tools/ci.sh && ci_packge_tests_setup
- name: Run tests
run: source tools/ci.sh && ci_packge_tests_run