Skip to content

Commit db467fe

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

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
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
912
- name: Start teuthology & teuthology-api

0 commit comments

Comments
 (0)