Skip to content

Amplify Nightly Repeated Unit Test #21

Amplify Nightly Repeated Unit Test

Amplify Nightly Repeated Unit Test #21

name: Amplify Nightly Repeated Unit Test
on:
workflow_dispatch:
schedule:
- cron: '30 1 * * *'
permissions:
contents: read
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
unit_tests:
name: ${{ matrix.scheme }} Repeated Unit Tests
strategy:
fail-fast: false
matrix:
scheme: [
Amplify,
AWSPluginsCore,
AWSAPIPlugin,
AWSCloudWatchLoggingPlugin,
AWSCognitoAuthPlugin,
AWSDataStorePlugin,
AWSLocationGeoPlugin,
AWSPredictionsPlugin,
AWSPinpointAnalyticsPlugin,
AWSPinpointPushNotificationsPlugin,
AWSS3StoragePlugin,
CoreMLPredictionsPlugin,
InternalAWSPinpointUnitTests
]
uses: ./.github/workflows/run_unit_tests_platforms.yml
with:
scheme: ${{ matrix.scheme }}
timeout-minutes: 50
generate_coverage_report: false
retry_on_error: false

Check failure on line 40 in .github/workflows/nightly_repeated_unittest.yml

View workflow run for this annotation

GitHub Actions / Amplify Nightly Repeated Unit Test

Invalid workflow file

The workflow is not valid. .github/workflows/nightly_repeated_unittest.yml (Line: 40, Col: 23): Invalid input, retry_on_error is not defined in the referenced workflow. .github/workflows/nightly_repeated_unittest.yml (Line: 41, Col: 20): Invalid input, other_flags is not defined in the referenced workflow.
other_flags: -test-iterations 100 -run-tests-until-failure