Skip to content

Commit c6edf27

Browse files
committed
Run itegration test on windows
Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
1 parent 6d3f4b2 commit c6edf27

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
name: Integration
2-
on: pull_request
2+
on:
3+
push:
4+
branches:
5+
- fix-unit-test
36

47
jobs:
58
test:
6-
runs-on: ubuntu-latest
9+
runs-on: windows-2022
710
steps:
811
- uses: actions/checkout@v2
12+
- name: Set up shell
13+
shell: bash
914
- name: Start teuthology & teuthology-api
1015
run: ./start.sh
1116
working-directory: ./gh-actions

0 commit comments

Comments
 (0)