Skip to content

custom_v2

custom_v2 #22

Workflow file for this run

# Generated with aft. To update, run: `aft generate workflows`
name: custom_v2
on:
push:
branches:
- main
- stable
- next
pull_request:
paths:
- 'packages/smithy/goldens/lib2/custom/**/*.dart'
- 'packages/smithy/goldens/lib2/custom/**/*.yaml'
- 'packages/smithy/goldens/lib2/custom/lib/**/*'
- 'packages/smithy/goldens/lib2/custom/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/custom_v2.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/smithy/goldens/lib2/custom
native_test:
needs: test
uses: ./.github/workflows/dart_native.yaml

Check failure on line 35 in .github/workflows/custom_v2.yaml

View workflow run for this annotation

GitHub Actions / custom_v2

Invalid workflow file

The workflow is not valid. .github/workflows/custom_v2.yaml (Line: 35, Col: 11): Input skip-on-windows is required, but not provided while calling.
with:
working-directory: packages/smithy/goldens/lib2/custom
ddc_test:
needs: test
uses: ./.github/workflows/dart_ddc.yaml
with:
working-directory: packages/smithy/goldens/lib2/custom
dart2js_test:
needs: test
uses: ./.github/workflows/dart_dart2js.yaml
with:
working-directory: packages/smithy/goldens/lib2/custom