chore(deps): bump dart-lang/setup-dart from fe21d53e1e27c70b5c8e8273d4bcc0d23c071577 to 21e68f4d54916e6c2f68f8c290b2aed9b02cbd3e #3087
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: rest_xml_with_namespace_v1 | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - stable | |
| paths: | |
| - '.github/composite_actions/setup_firefox/action.yaml' | |
| - '.github/workflows/dart_dart2js.yaml' | |
| - '.github/workflows/dart_ddc.yaml' | |
| - '.github/workflows/dart_native.yaml' | |
| - '.github/workflows/dart_vm.yaml' | |
| - '.github/workflows/rest_xml_with_namespace_v1.yaml' | |
| - 'packages/amplify_lints/lib/**/*.yaml' | |
| - 'packages/amplify_lints/pubspec.yaml' | |
| - 'packages/aws_common/lib/**/*.dart' | |
| - 'packages/aws_common/pubspec.yaml' | |
| - 'packages/aws_signature_v4/lib/**/*.dart' | |
| - 'packages/aws_signature_v4/pubspec.yaml' | |
| - 'packages/smithy/goldens/lib/restXmlWithNamespace/**/*.dart' | |
| - 'packages/smithy/goldens/lib/restXmlWithNamespace/**/*.yaml' | |
| - 'packages/smithy/goldens/lib/restXmlWithNamespace/lib/**/*' | |
| - 'packages/smithy/goldens/lib/restXmlWithNamespace/test/**/*' | |
| - 'packages/smithy/smithy/lib/**/*.dart' | |
| - 'packages/smithy/smithy/pubspec.yaml' | |
| - 'packages/smithy/smithy_aws/lib/**/*.dart' | |
| - 'packages/smithy/smithy_aws/pubspec.yaml' | |
| pull_request: | |
| paths: | |
| - '.github/composite_actions/setup_firefox/action.yaml' | |
| - '.github/workflows/dart_dart2js.yaml' | |
| - '.github/workflows/dart_ddc.yaml' | |
| - '.github/workflows/dart_native.yaml' | |
| - '.github/workflows/dart_vm.yaml' | |
| - '.github/workflows/rest_xml_with_namespace_v1.yaml' | |
| - 'packages/amplify_lints/lib/**/*.yaml' | |
| - 'packages/amplify_lints/pubspec.yaml' | |
| - 'packages/aws_common/lib/**/*.dart' | |
| - 'packages/aws_common/pubspec.yaml' | |
| - 'packages/aws_signature_v4/lib/**/*.dart' | |
| - 'packages/aws_signature_v4/pubspec.yaml' | |
| - 'packages/smithy/goldens/lib/restXmlWithNamespace/**/*.dart' | |
| - 'packages/smithy/goldens/lib/restXmlWithNamespace/**/*.yaml' | |
| - 'packages/smithy/goldens/lib/restXmlWithNamespace/lib/**/*' | |
| - 'packages/smithy/goldens/lib/restXmlWithNamespace/test/**/*' | |
| - 'packages/smithy/smithy/lib/**/*.dart' | |
| - 'packages/smithy/smithy/pubspec.yaml' | |
| - 'packages/smithy/smithy_aws/lib/**/*.dart' | |
| - 'packages/smithy/smithy_aws/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: rest_xml_with_namespace_v1 | |
| working-directory: packages/smithy/goldens/lib/restXmlWithNamespace | |
| native_test: | |
| needs: test | |
| uses: ./.github/workflows/dart_native.yaml | |
| secrets: inherit | |
| with: | |
| package-name: rest_xml_with_namespace_v1 | |
| working-directory: packages/smithy/goldens/lib/restXmlWithNamespace | |
| ddc_test: | |
| needs: test | |
| uses: ./.github/workflows/dart_ddc.yaml | |
| secrets: inherit | |
| with: | |
| package-name: rest_xml_with_namespace_v1 | |
| working-directory: packages/smithy/goldens/lib/restXmlWithNamespace | |
| dart2js_test: | |
| needs: test | |
| uses: ./.github/workflows/dart_dart2js.yaml | |
| secrets: inherit | |
| with: | |
| package-name: rest_xml_with_namespace_v1 | |
| working-directory: packages/smithy/goldens/lib/restXmlWithNamespace |