Skip to content

Commit ca291cc

Browse files
committed
action cleanup
1 parent 62b702b commit ca291cc

21 files changed

+77
-77
lines changed

.github/workflows/android-appcenter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Android AppCenter Tests
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master, v1.1 ]
6+
branches: [ master ]
77
paths:
88
- 'demo/android/LeopardDemo/**'
99
- '!demo/android/LeopardDemo/README.md'
1010
- '.github/workflows/android-appcenter.yml'
1111
pull_request:
12-
branches: [ master, v1.1 ]
12+
branches: [ master ]
1313
paths:
1414
- 'demo/android/LeopardDemo/**'
1515
- '!demo/android/LeopardDemo/README.md'

.github/workflows/android-perf.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ name: Android Performance
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master, v1.1 ]
7-
paths:
6+
branches: [ master ]
7+
paths:
88
- 'lib/android/**'
99
- 'lib/common/**'
1010
- '.github/workflows/android-perf.yml'
1111
pull_request:
12-
branches: [ master, v1.1 ]
13-
paths:
12+
branches: [ master ]
13+
paths:
1414
- 'lib/android/**'
1515
- 'lib/common/**'
1616
- '.github/workflows/android-perf.yml'
1717

1818
defaults:
1919
run:
2020
working-directory: demo/android/LeopardDemo
21-
21+
2222
jobs:
2323
build:
2424
name: Run Android Speed Tests on AppCenter
@@ -37,22 +37,22 @@ jobs:
3737

3838
steps:
3939
- uses: actions/checkout@v2
40-
40+
4141
- name: Setup Node.js environment
4242
uses: actions/[email protected]
43-
43+
4444
- name: Install AppCenter CLI
4545
run: npm install -g appcenter-cli
46-
46+
4747
- name: set up JDK 11
4848
uses: actions/setup-java@v2
4949
with:
5050
java-version: '11'
5151
distribution: 'adopt'
52-
52+
5353
- name: Copy test_resources
5454
run: ./copy_test_resources.sh
55-
55+
5656
- name: Inject AccessKey
5757
run: echo pvTestingAccessKey="${{secrets.PV_VALID_ACCESS_KEY}}" >> local.properties
5858

@@ -64,16 +64,16 @@ jobs:
6464

6565
- name: Inject Proc Performance Threshold
6666
run: echo procPerformanceThresholdSec="${{ matrix.procPerformanceThresholdSec }}" >> local.properties
67-
67+
6868
- name: Grant execute permission for gradlew
6969
run: chmod +x gradlew
70-
70+
7171
- name: Build app
7272
run: ./gradlew assembleDebug
73-
73+
7474
- name: Build androidTest
7575
run: ./gradlew assembleAndroidTest
76-
76+
7777
- name: Run tests on AppCenter
7878
run: appcenter test run espresso
7979
--token ${{secrets.APPCENTERAPITOKEN}}

.github/workflows/dotnet-demos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: .NET Demos
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master, v1.1 ]
6+
branches: [ master ]
77
paths:
88
- 'demo/dotnet/**'
99
- '!demo/dotnet/README.md'
1010
- '.github/workflows/dotnet-demos.yml'
1111
pull_request:
12-
branches: [ master, v1.1 ]
12+
branches: [ master ]
1313
paths:
1414
- 'demo/dotnet/**'
1515
- '!demo/dotnet/README.md'

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: .NET
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master, v1.1 ]
6+
branches: [ master ]
77
paths:
88
- 'binding/dotnet/**'
99
- '!binding/dotnet/README.md'
@@ -15,7 +15,7 @@ on:
1515
- 'lib/windows/**'
1616
- '.github/workflows/dotnet.yml'
1717
pull_request:
18-
branches: [ master, v1.1 ]
18+
branches: [ master ]
1919
paths:
2020
- 'binding/dotnet/**'
2121
- '!binding/dotnet/README.md'

.github/workflows/flutter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Flutter
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master, v1.1 ]
6+
branches: [ master ]
77
paths:
88
- 'demo/flutter/pubspec.yaml'
99
- '.github/workflows/flutter.yml'
1010
pull_request:
11-
branches: [ master, v1.1 ]
11+
branches: [ master ]
1212
paths:
1313
- 'demo/flutter/pubspec.yaml'
1414
- '.github/workflows/flutter.yml'

.github/workflows/go-demos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Go Demos
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master, v1.1 ]
6+
branches: [ master ]
77
paths:
88
- 'demo/go/**'
99
- '!demo/go/README.md'
1010
- '.github/workflows/go-demos.yml'
1111
pull_request:
12-
branches: [ master, v1.1 ]
12+
branches: [ master ]
1313
paths:
1414
- 'demo/go/**'
1515
- '!demo/go/README.md'

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Go
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master, v1.1 ]
6+
branches: [ master ]
77
paths:
88
- 'binding/go/**'
99
- '!binding/go/README.md'
@@ -15,7 +15,7 @@ on:
1515
- 'lib/windows/**'
1616
- '.github/workflows/go.yml'
1717
pull_request:
18-
branches: [ master, v1.1 ]
18+
branches: [ master ]
1919
paths:
2020
- 'binding/go/**'
2121
- '!binding/go/README.md'

.github/workflows/ios-appcenter.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ name: iOS AppCenter Tests
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master, v1.1 ]
7-
paths:
6+
branches: [ master ]
7+
paths:
88
- 'binding/ios/LeopardAppTest/Podfile.lock'
99
- '.github/workflows/ios-appcenter.yml'
1010
pull_request:
11-
branches: [ master, v1.1 ]
12-
paths:
11+
branches: [ master ]
12+
paths:
1313
- 'binding/ios/LeopardAppTest/Podfile.lock'
1414
- '.github/workflows/ios-appcenter.yml'
15-
15+
1616
defaults:
1717
run:
1818
working-directory: binding/ios/LeopardAppTest
19-
19+
2020
jobs:
2121
build:
2222
name: Run iOS Tests on AppCenter
@@ -46,19 +46,19 @@ jobs:
4646
LeopardAppTestUITests/LeopardAppTestUITests.swift
4747

4848
- name: XCode Build
49-
run: xcrun xcodebuild build-for-testing
50-
-configuration Debug
51-
-workspace LeopardAppTest.xcworkspace
52-
-sdk iphoneos
49+
run: xcrun xcodebuild build-for-testing
50+
-configuration Debug
51+
-workspace LeopardAppTest.xcworkspace
52+
-sdk iphoneos
5353
-scheme LeopardAppTest
54-
-derivedDataPath ddp
54+
-derivedDataPath ddp
5555
CODE_SIGNING_ALLOWED=NO
5656

5757
- name: Run Tests on AppCenter
58-
run: appcenter test run xcuitest
58+
run: appcenter test run xcuitest
5959
--token ${{secrets.APPCENTERAPITOKEN}}
60-
--app "Picovoice/Leopard-iOS"
60+
--app "Picovoice/Leopard-iOS"
6161
--devices "Picovoice/ios-min-max"
62-
--test-series "leopard-ios"
63-
--locale "en_US"
62+
--test-series "leopard-ios"
63+
--locale "en_US"
6464
--build-dir ddp/Build/Products/Debug-iphoneos

.github/workflows/ios-perf.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ name: iOS Performance
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master, v1.1 ]
7-
paths:
6+
branches: [ master ]
7+
paths:
88
- 'lib/ios/**'
99
- 'lib/common/**'
1010
- '.github/workflows/ios-perf.yml'
1111
pull_request:
12-
branches: [ master, v1.1 ]
13-
paths:
12+
branches: [ master ]
13+
paths:
1414
- 'lib/ios/**'
1515
- 'lib/common/**'
1616
- '.github/workflows/ios-perf.yml'
17-
17+
1818
defaults:
1919
run:
2020
working-directory: binding/ios/LeopardAppTest
21-
21+
2222
jobs:
2323
build:
2424
name: Run iOS Tests on AppCenter
@@ -71,19 +71,19 @@ jobs:
7171
PerformanceTest/PerformanceTest.swift
7272

7373
- name: XCode Build
74-
run: xcrun xcodebuild build-for-testing
75-
-configuration Debug
76-
-workspace LeopardAppTest.xcworkspace
77-
-sdk iphoneos
74+
run: xcrun xcodebuild build-for-testing
75+
-configuration Debug
76+
-workspace LeopardAppTest.xcworkspace
77+
-sdk iphoneos
7878
-scheme PerformanceTest
79-
-derivedDataPath ddp
79+
-derivedDataPath ddp
8080
CODE_SIGNING_ALLOWED=NO
8181

8282
- name: Run Tests on AppCenter
83-
run: appcenter test run xcuitest
83+
run: appcenter test run xcuitest
8484
--token ${{secrets.APPCENTERAPITOKEN}}
85-
--app "Picovoice/Leopard-iOS"
85+
--app "Picovoice/Leopard-iOS"
8686
--devices "Picovoice/${{ matrix.device }}"
87-
--test-series "leopard-ios"
88-
--locale "en_US"
87+
--test-series "leopard-ios"
88+
--locale "en_US"
8989
--build-dir ddp/Build/Products/Debug-iphoneos

.github/workflows/java-demos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Java Demos
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master, v1.1 ]
6+
branches: [ master ]
77
paths:
88
- 'demo/java/**'
99
- '!demo/java/README.md'
1010
- '.github/workflows/java-demos.yml'
1111
pull_request:
12-
branches: [ master, v1.1 ]
12+
branches: [ master ]
1313
paths:
1414
- 'demo/java/**'
1515
- '!demo/java/README.md'

0 commit comments

Comments
 (0)