chore(deps): bump dart-lang/setup-dart from 21e68f4d54916e6c2f68f8c290b2aed9b02cbd3e to 03a180dbe1de8ea7fb700663cbb7d24ca4bbe82c #3206
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Generated with aft. To update, run: `aft generate workflows` | |
| name: amplify_secure_storage_test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - stable | |
| paths: | |
| - '.github/composite_actions/setup_firefox/action.yaml' | |
| - '.github/workflows/amplify_secure_storage_test.yaml' | |
| - '.github/workflows/dart_dart2js.yaml' | |
| - '.github/workflows/dart_ddc.yaml' | |
| - '.github/workflows/dart_native.yaml' | |
| - '.github/workflows/dart_vm.yaml' | |
| - 'packages/amplify_lints/lib/**/*.yaml' | |
| - 'packages/amplify_lints/pubspec.yaml' | |
| - 'packages/aws_common/lib/**/*.dart' | |
| - 'packages/aws_common/pubspec.yaml' | |
| - 'packages/secure_storage/amplify_secure_storage_dart/lib/**/*.dart' | |
| - 'packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml' | |
| - 'packages/secure_storage/amplify_secure_storage_test/**/*.dart' | |
| - 'packages/secure_storage/amplify_secure_storage_test/**/*.yaml' | |
| - 'packages/secure_storage/amplify_secure_storage_test/lib/**/*' | |
| - 'packages/secure_storage/amplify_secure_storage_test/test/**/*' | |
| - 'packages/worker_bee/worker_bee/lib/**/*.dart' | |
| - 'packages/worker_bee/worker_bee/pubspec.yaml' | |
| - 'packages/worker_bee/worker_bee_builder/lib/**/*.dart' | |
| - 'packages/worker_bee/worker_bee_builder/pubspec.yaml' | |
| pull_request: | |
| paths: | |
| - '.github/composite_actions/setup_firefox/action.yaml' | |
| - '.github/workflows/amplify_secure_storage_test.yaml' | |
| - '.github/workflows/dart_dart2js.yaml' | |
| - '.github/workflows/dart_ddc.yaml' | |
| - '.github/workflows/dart_native.yaml' | |
| - '.github/workflows/dart_vm.yaml' | |
| - 'packages/amplify_lints/lib/**/*.yaml' | |
| - 'packages/amplify_lints/pubspec.yaml' | |
| - 'packages/aws_common/lib/**/*.dart' | |
| - 'packages/aws_common/pubspec.yaml' | |
| - 'packages/secure_storage/amplify_secure_storage_dart/lib/**/*.dart' | |
| - 'packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml' | |
| - 'packages/secure_storage/amplify_secure_storage_test/**/*.dart' | |
| - 'packages/secure_storage/amplify_secure_storage_test/**/*.yaml' | |
| - 'packages/secure_storage/amplify_secure_storage_test/lib/**/*' | |
| - 'packages/secure_storage/amplify_secure_storage_test/test/**/*' | |
| - 'packages/worker_bee/worker_bee/lib/**/*.dart' | |
| - 'packages/worker_bee/worker_bee/pubspec.yaml' | |
| - 'packages/worker_bee/worker_bee_builder/lib/**/*.dart' | |
| - 'packages/worker_bee/worker_bee_builder/pubspec.yaml' | |
| schedule: | |
| - cron: "0 13 * * 1" # Every Monday at 06:00 PST | |
| workflow_dispatch: | |
| defaults: | |
| run: | |
| shell: bash | |
| # These permissions are needed to interact with GitHub's OIDC Token endpoint. | |
| permissions: | |
| id-token: write | |
| contents: read | |
| # Cancels in-progress job when there is another push to same ref. | |
| # https://docs.github.com/en/actions/using-jobs/using-concurrency#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| test: | |
| uses: ./.github/workflows/dart_vm.yaml | |
| secrets: inherit | |
| with: | |
| package-name: amplify_secure_storage_test | |
| working-directory: packages/secure_storage/amplify_secure_storage_test | |
| native_test: | |
| needs: test | |
| uses: ./.github/workflows/dart_native.yaml | |
| secrets: inherit | |
| with: | |
| package-name: amplify_secure_storage_test | |
| working-directory: packages/secure_storage/amplify_secure_storage_test | |
| ddc_test: | |
| needs: test | |
| uses: ./.github/workflows/dart_ddc.yaml | |
| secrets: inherit | |
| with: | |
| package-name: amplify_secure_storage_test | |
| working-directory: packages/secure_storage/amplify_secure_storage_test | |
| dart2js_test: | |
| needs: test | |
| uses: ./.github/workflows/dart_dart2js.yaml | |
| secrets: inherit | |
| with: | |
| package-name: amplify_secure_storage_test | |
| working-directory: packages/secure_storage/amplify_secure_storage_test |