Skip to content

Commit add8e42

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

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
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: pull paddles
13+
run: docker pull quay.io/ceph-infra/paddles
914
- name: Start teuthology & teuthology-api
1015
run: ./start.sh
1116
working-directory: ./gh-actions
17+
shell: bash

0 commit comments

Comments
 (0)