Skip to content

Commit

Permalink
DROP
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Oct 9, 2024
1 parent f3a69ca commit 8f627e4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
workflow_call:

jobs:
build-project:
uses: ./.github/workflows/run-build-project.yml

build-website:
needs: [ build-project ]
uses: ./.github/workflows/run-build-website.yml
# build-project:
# uses: ./.github/workflows/run-build-project.yml
#
# build-website:
# needs: [ build-project ]
# uses: ./.github/workflows/run-build-website.yml

default-tests:
needs: [ build-project ]
# needs: [ build-project ]
uses: ./.github/workflows/run-tests-default.yml

compatibility-tests:
Expand Down
40 changes: 20 additions & 20 deletions .github/workflows/run-tests-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-latest' ]
target: [ 'jvmAll', 'js', 'wasm', 'native' ]
target: [ 'wasm' ]
include:
- os: 'macos-latest'
target: 'wasm'
- os: 'macos-latest'
target: 'macos'
- os: 'macos-latest'
target: 'ios'
- os: 'macos-latest'
target: 'watchos'
- os: 'macos-latest'
target: 'tvos'
- os: 'windows-latest'
target: 'native'
- os: 'ubuntu-22.04'
target: 'connectedAndroid'
android-api-level: 21
- os: 'ubuntu-22.04'
target: 'connectedAndroid'
android-api-level: 27
- os: 'ubuntu-22.04'
target: 'connectedAndroid'
android-api-level: 33
# - os: 'macos-latest'
# target: 'macos'
# - os: 'macos-latest'
# target: 'ios'
# - os: 'macos-latest'
# target: 'watchos'
# - os: 'macos-latest'
# target: 'tvos'
# - os: 'windows-latest'
# target: 'native'
# - os: 'ubuntu-22.04'
# target: 'connectedAndroid'
# android-api-level: 21
# - os: 'ubuntu-22.04'
# target: 'connectedAndroid'
# android-api-level: 27
# - os: 'ubuntu-22.04'
# target: 'connectedAndroid'
# android-api-level: 33
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-environment
Expand Down

0 comments on commit 8f627e4

Please sign in to comment.