Skip to content

Dry-run

Dry-run #164

Workflow file for this run

# This workflow executes a full dry-run test, which means that all we build and test all @cloudscape-design packages in GitHub.
# This ensures that the changes in the current package do not cause any regressions for its consumers.
name: Dry-run
on:
workflow_dispatch:
pull_request:
branches:
- main
merge_group:
jobs:
dry-run:
uses: cloudscape-design/actions/.github/workflows/dry-run.yml@conditional-dry-run

Check failure on line 13 in .github/workflows/dry-run.yml

View workflow run for this annotation

GitHub Actions / Dry-run

Invalid workflow file

The workflow is not valid. In .github/workflows/dry-run.yml (Line: 13, Col: 11): Error from called workflow cloudscape-design/actions/.github/workflows/dry-run.yml@conditional-dry-run (Line: 39, Col: 12): Unrecognized named-value: 'needs'. Located at position 10 within expression: fromJson(needs.createBuildTree.outputs.dependencies)['cloudscape-design/build-tools'].needs In .github/workflows/dry-run.yml (Line: 13, Col: 11): Error from called workflow cloudscape-design/actions/.github/workflows/dry-run.yml@conditional-dry-run (Line: 49, Col: 12): Unrecognized named-value: 'needs'. Located at position 10 within expression: fromJson(needs.createBuildTree.outputs.dependencies)['cloudscape-design/jest-preset'].needs

Check failure on line 13 in .github/workflows/dry-run.yml

View workflow run for this annotation

GitHub Actions / Dry-run

Invalid workflow file

error parsing called workflow ".github/workflows/dry-run.yml" -> "cloudscape-design/actions/.github/workflows/dry-run.yml@conditional-dry-run" (source branch with sha:075fd97a3e62c7c68ca1a8e595abcbd921a7b180) : Invalid `steps` value - steps should be list of `uses` or `run` items