Skip to content

Commit 7d86ebf

Browse files
upd : trigger linux and android tests
1 parent db16e45 commit 7d86ebf

2 files changed

Lines changed: 20 additions & 17 deletions

File tree

.github/workflows/build_all.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
name: Build All
2-
# on: [workflow_dispatch]
3-
on:
4-
push:
5-
branches:
6-
- ci-fix-android
2+
on: [workflow_dispatch]
73
jobs:
84
build_android:
95
uses: ./.github/workflows/build_android.yml
10-
# build_ios:
11-
# uses: ./.github/workflows/build_ios.yml
6+
build_ios:
7+
uses: ./.github/workflows/build_ios.yml
128
build_linux:
139
uses: ./.github/workflows/build_linux.yml
14-
# build_osx:
15-
# uses: ./.github/workflows/build_osx.yml
16-
# build_windows:
17-
# uses: ./.github/workflows/build_windows.yml
10+
build_osx:
11+
uses: ./.github/workflows/build_osx.yml
12+
build_windows:
13+
uses: ./.github/workflows/build_windows.yml

.github/workflows/test_all.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
name: Test All
2-
on: [workflow_dispatch]
2+
# on: [workflow_dispatch]
3+
on:
4+
push:
5+
branches:
6+
- ci-fix-android
37
jobs:
48
test_linux:
59
uses: ./.github/workflows/test_linux.yml
610
secrets: inherit
7-
test_osx:
8-
uses: ./.github/workflows/test_osx.yml
9-
secrets: inherit
10-
test_windows:
11-
uses: ./.github/workflows/test_windows.yml
11+
test_android:
12+
uses: ./.github/workflows/test_android.yml
1213
secrets: inherit
14+
# test_osx:
15+
# uses: ./.github/workflows/test_osx.yml
16+
# secrets: inherit
17+
# test_windows:
18+
# uses: ./.github/workflows/test_windows.yml
19+
# secrets: inherit

0 commit comments

Comments
 (0)