Skip to content

PR

PR #58

Workflow file for this run

name: PR
on:
workflow_dispatch:
pull_request_target:
jobs:
# build-ios:
# name: Build
# uses: ./.github/workflows/build-ios.yml
build-android:
name: Build
uses: ./.github/workflows/build-android.yml

Check failure on line 14 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / PR

Invalid workflow file

The workflow is not valid. In .github/workflows/pr.yml (Line: 14, Col: 11): Error from called workflow henninghall/react-native-date-picker/.github/workflows/build-android.yml@73d8ba143d483982af4622a8cf548e9daf18882b (Line: 20, Col: 9): Unexpected value 'ref'
# test-ios-e2e:
# name: Test
# uses: ./.github/workflows/test-ios-e2e.yml
# needs: [build-ios]
# secrets: inherit
test-android-e2e:
name: Test
uses: ./.github/workflows/test-android-e2e.yml
needs: [build-android]
secrets: inherit
# test-js:
# name: Test
# uses: ./.github/workflows/test-js.yml
# test-android-unit:
# name: Test
# uses: ./.github/workflows/test-android-unit.yml