Skip to content

Run itegration test on windows #31

Run itegration test on windows

Run itegration test on windows #31

Workflow file for this run

name: Integration
on:
push:
branches:
- fix-unit-test
jobs:
test:
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: Start teuthology & teuthology-api
run: ./start.sh
working-directory: ./gh-actions