Skip to content

Fix CI Integration test and unit test #106

Fix CI Integration test and unit test

Fix CI Integration test and unit test #106

Workflow file for this run

name: Integration
on: pull_request
jobs:
test:
name: Integration test on python${{ matrix.python }} via ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-22.04
python: "3.10"
steps:
- uses: actions/checkout@v2
- name: Start teuthology & teuthology-api
run: ./start.sh
working-directory: ./gh-actions