Skip to content

Commit 8f627e4

Browse files
committed
DROP
1 parent f3a69ca commit 8f627e4

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

.github/workflows/run-checks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
workflow_call:
55

66
jobs:
7-
build-project:
8-
uses: ./.github/workflows/run-build-project.yml
9-
10-
build-website:
11-
needs: [ build-project ]
12-
uses: ./.github/workflows/run-build-website.yml
7+
# build-project:
8+
# uses: ./.github/workflows/run-build-project.yml
9+
#
10+
# build-website:
11+
# needs: [ build-project ]
12+
# uses: ./.github/workflows/run-build-website.yml
1313

1414
default-tests:
15-
needs: [ build-project ]
15+
# needs: [ build-project ]
1616
uses: ./.github/workflows/run-tests-default.yml
1717

1818
compatibility-tests:

.github/workflows/run-tests-default.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ 'ubuntu-latest' ]
17-
target: [ 'jvmAll', 'js', 'wasm', 'native' ]
17+
target: [ 'wasm' ]
1818
include:
1919
- os: 'macos-latest'
2020
target: 'wasm'
21-
- os: 'macos-latest'
22-
target: 'macos'
23-
- os: 'macos-latest'
24-
target: 'ios'
25-
- os: 'macos-latest'
26-
target: 'watchos'
27-
- os: 'macos-latest'
28-
target: 'tvos'
29-
- os: 'windows-latest'
30-
target: 'native'
31-
- os: 'ubuntu-22.04'
32-
target: 'connectedAndroid'
33-
android-api-level: 21
34-
- os: 'ubuntu-22.04'
35-
target: 'connectedAndroid'
36-
android-api-level: 27
37-
- os: 'ubuntu-22.04'
38-
target: 'connectedAndroid'
39-
android-api-level: 33
21+
# - os: 'macos-latest'
22+
# target: 'macos'
23+
# - os: 'macos-latest'
24+
# target: 'ios'
25+
# - os: 'macos-latest'
26+
# target: 'watchos'
27+
# - os: 'macos-latest'
28+
# target: 'tvos'
29+
# - os: 'windows-latest'
30+
# target: 'native'
31+
# - os: 'ubuntu-22.04'
32+
# target: 'connectedAndroid'
33+
# android-api-level: 21
34+
# - os: 'ubuntu-22.04'
35+
# target: 'connectedAndroid'
36+
# android-api-level: 27
37+
# - os: 'ubuntu-22.04'
38+
# target: 'connectedAndroid'
39+
# android-api-level: 33
4040
steps:
4141
- uses: actions/checkout@v4
4242
- uses: ./.github/actions/setup-environment

0 commit comments

Comments
 (0)