Skip to content

Amplify Nightly Repeated Unit Test #273

Amplify Nightly Repeated Unit Test

Amplify Nightly Repeated Unit Test #273

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:

Check failure on line 15 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: 15, Col: 3): Error calling workflow 'aws-amplify/amplify-swift/.github/workflows/run_xcodebuild_test_platforms.yml@efc0061254a3930cb20942c0268811568b6222e5'. The workflow is requesting 'actions: write', but is only allowed 'actions: none'.
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_xcodebuild_test_platforms.yml
with:
scheme: ${{ matrix.scheme }}
timeout-minutes: 50
generate_coverage_report: false
retry_on_error: false
other_flags: -test-iterations 100 -run-tests-until-failure