Release to Cloud #7
release-internal.yml
on: workflow_dispatch
Build and Release Internally
/
Job Setup
Matrix: Build and Release Internally / Integration Tests (Hatch) / Integration Tests
Waiting for pending jobs
Build and Release Internally
/
Integration Tests (Tox)
Build and Release Internally
/
run-unit-tests
Build and Release Internally
/
Create release for internal archive
Annotations
1 error
Invalid workflow file:
.github/workflows/release-internal.yml#L44
The workflow is not valid. In .github/workflows/release-internal.yml (Line: 44, Col: 11): Error from called workflow dbt-labs/dbt-release/.github/workflows/internal-archive-release.yml@mp/finish_internal_workflow (Line: 198, Col: 9): Unexpected symbol: '#'. Located at position 14 within expression: success() ||
# Spark runs tests via its in-repo workflow
inputs.dbms_name == 'spark' ||
# Default behavior is to build artifacts as long as integration tests are invoked some way
(needs.run-integration-tests.result == 'success' || needs.run-integration-tests-hatch.result == 'success')
|