Skip to content

amplify_core

amplify_core #39

Workflow file for this run

# Generated with aft. To update, run: `aft generate workflows`
name: amplify_core
on:
push:
branches:
- main
- stable
- next
pull_request:
paths:
- 'packages/amplify_core/**/*.dart'
- 'packages/amplify_core/**/*.yaml'
- 'packages/amplify_core/lib/**/*'
- 'packages/amplify_core/test/**/*'
- '.github/composite_actions/setup_firefox/action.yaml'
- '.github/workflows/dart_vm.yaml'
- '.github/workflows/dart_native.yaml'
- '.github/workflows/dart_ddc.yaml'
- '.github/workflows/dart_dart2js.yaml'
- '.github/workflows/amplify_core.yaml'
schedule:
- cron: "0 0 * * 0" # Every Sunday at 00:00
defaults:
run:
shell: bash
permissions: read-all
jobs:
test:
uses: ./.github/workflows/dart_vm.yaml
with:
working-directory: packages/amplify_core
native_test:
needs: test
uses: ./.github/workflows/dart_native.yaml
with:
working-directory: packages/amplify_core
skip-on-windows: false
ddc_test:
needs: test
uses: ./.github/workflows/dart_ddc.yaml
with:
working-directory: packages/amplify_core
dart2js_test:
needs: test
uses: ./.github/workflows/dart_dart2js.yaml
with:
working-directory: packages/amplify_core