Skip to content

Makes Android tests optional #6

Makes Android tests optional

Makes Android tests optional #6

Workflow file for this run

name: Self-test the CI workflows
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
uses: ./.github/workflows/lint.yaml
with:
package_path: WorkflowTestPackage
test:
uses: ./.github/workflows/test.yaml

Check failure on line 17 in .github/workflows/self-test.yaml

View workflow run for this annotation

GitHub Actions / Self-test the CI workflows

Invalid workflow file

The workflow is not valid. .github/workflows/self-test.yaml (Line: 17, Col: 11): Input include_android is required, but not provided while calling.
with:
package_path: WorkflowTestPackage