K2 Support #1001
pr.yml
on: pull_request
check-cache
/
Check cache
build-ios-arm64-packages
build-macos-arm64-packages
Matrix: test-ios-packages
Waiting for pending jobs
Matrix: test-macos-packages
Waiting for pending jobs
build-jvm-linux-native-lib
build-jvm-macos-native-lib
build-jvm-windows-native-lib
Matrix: test-android-packages-emulator
Waiting for pending jobs
Matrix: test-jvm-packages
Waiting for pending jobs
AWS Device Farm
Matrix: integration-tests / gradle-plugin-integration-java-17
Waiting for pending jobs
Matrix: integration-tests / gradle-plugin-integration
Waiting for pending jobs
integration-tests
/
android-min-versions-compatibility
integration-tests
/
build-benchmarks
integration-tests
/
realm-java-compatibiliy
deploy-release
/
Deploy release
deploy-snapshot
/
Deploy SNAPSHOT
Annotations
1 error
Invalid workflow file:
.github/workflows/pr.yml#L1703
The workflow is not valid. .github/workflows/pr.yml (Line: 1703, Col: 9): Unexpected symbol: '('. Located at position 295 within expression: always() &&
!cancelled() &&
!endsWith(needs.check-cache.outputs.version-label, '-SNAPSHOT') &&
!contains(needs.*.result, 'failure') &&
!contains(needs.*.result, 'cancelled') &&
(github.ref == 'refs/heads/main' || github.ref == 'refs/heads/releases' || github.ref == 'refs/heads/release/k2')
(needs.check-release-build.outputs.is_publish_build == 'true')
|