Update to the v7 model #1599
flowzone.yml
on: pull_request
Matrix: Flowzone / Event Types
Flowzone
/
Clean GitHub release
0s
Matrix: Flowzone / Test custom
Matrix: Flowzone / Clean custom
Matrix: Flowzone / Finalize custom
Matrix: Flowzone / Test rust
Flowzone
/
Finalize rust
0s
Matrix: Flowzone / Test npm
Flowzone
/
Finalize npm
0s
Flowzone
/
Finalize npm docs
0s
Matrix: Flowzone / Test python poetry
Flowzone
/
Finalize python
0s
Matrix: Flowzone / Test docker
Matrix: Flowzone / Finalize docker
Flowzone
/
Prepare deploy message
0s
Flowzone
/
Finalize GitHub release
0s
Matrix: Flowzone / Finalize balena
Matrix: Flowzone / Test CloudFormation
Matrix: Flowzone / Finalize CloudFormation
Matrix: Flowzone / Publish custom
Matrix: Flowzone / Publish rust
Matrix: Flowzone / Publish balena
Matrix: Flowzone / Publish docker
Matrix: Flowzone / Always custom
Flowzone
/
Auto-merge
0s
Annotations
5 errors and 78 warnings
Flowzone / Test custom (ubuntu-20.04)
Process completed with exit code 1.
|
Flowzone / Test custom (windows-2019)
Process completed with exit code 1.
|
Flowzone / Test custom (macos-12)
Process completed with exit code 1.
|
Flowzone / All tests
Process completed with exit code 1.
|
Flowzone / All jobs
Process completed with exit code 1.
|
Flowzone / Is npm
Failed to download action 'https://api.github.com/repos/tibdex/github-app-token/tarball/3beb63f4bd073e61482598c45c71c1019b59b73a'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
Flowzone / Is npm
Back off 22.036 seconds before retry.
|
Flowzone / Test custom (ubuntu-20.04):
src/models/device.ts#L2246
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test custom (ubuntu-20.04):
src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Flowzone / Test custom (ubuntu-20.04):
src/settings.ts#L37
Async method 'get' has no 'await' expression
|
Flowzone / Test custom (ubuntu-20.04):
src/settings.ts#L54
Async method 'getAll' has no 'await' expression
|
Flowzone / Test custom (ubuntu-20.04):
src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test custom (ubuntu-20.04):
src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test custom (ubuntu-20.04):
src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test custom (ubuntu-20.04):
src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test custom (ubuntu-20.04):
src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
|
Flowzone / Test custom (ubuntu-20.04):
tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
|
Flowzone / Test custom (ubuntu-20.04)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
|
Flowzone / Test custom (ubuntu-20.04)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
|
Flowzone / Test npm (20.x):
src/models/device.ts#L2246
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (20.x):
src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Flowzone / Test npm (20.x):
src/settings.ts#L37
Async method 'get' has no 'await' expression
|
Flowzone / Test npm (20.x):
src/settings.ts#L54
Async method 'getAll' has no 'await' expression
|
Flowzone / Test npm (20.x):
src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (20.x):
src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (20.x):
src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (20.x):
src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (20.x):
src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
|
Flowzone / Test npm (20.x):
tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
|
Flowzone / Test npm (18.x):
src/models/device.ts#L2246
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (18.x):
src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Flowzone / Test npm (18.x):
src/settings.ts#L37
Async method 'get' has no 'await' expression
|
Flowzone / Test npm (18.x):
src/settings.ts#L54
Async method 'getAll' has no 'await' expression
|
Flowzone / Test npm (18.x):
src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (18.x):
src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (18.x):
src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (18.x):
src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (18.x):
src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
|
Flowzone / Test npm (18.x):
tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
|
Flowzone / Test custom (windows-2019):
src/models/device.ts#L2246
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test custom (windows-2019):
src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Flowzone / Test custom (windows-2019):
src/settings.ts#L37
Async method 'get' has no 'await' expression
|
Flowzone / Test custom (windows-2019):
src/settings.ts#L54
Async method 'getAll' has no 'await' expression
|
Flowzone / Test custom (windows-2019):
src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test custom (windows-2019):
src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test custom (windows-2019):
src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test custom (windows-2019):
src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test custom (windows-2019):
src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
|
Flowzone / Test custom (windows-2019):
tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
|
Flowzone / Test custom (windows-2019)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
|
Flowzone / Test custom (windows-2019)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
|
Flowzone / Test custom (macos-12):
src/models/device.ts#L2246
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test custom (macos-12):
src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Flowzone / Test custom (macos-12):
src/settings.ts#L37
Async method 'get' has no 'await' expression
|
Flowzone / Test custom (macos-12):
src/settings.ts#L54
Async method 'getAll' has no 'await' expression
|
Flowzone / Test custom (macos-12):
src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test custom (macos-12):
src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test custom (macos-12):
src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test custom (macos-12):
src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test custom (macos-12):
src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
|
Flowzone / Test custom (macos-12):
tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
|
Flowzone / Test custom (macos-12)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
|
Flowzone / Test custom (macos-12)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
|
Flowzone / Test npm (22.x):
src/models/device.ts#L2246
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (22.x):
src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Flowzone / Test npm (22.x):
src/settings.ts#L37
Async method 'get' has no 'await' expression
|
Flowzone / Test npm (22.x):
src/settings.ts#L54
Async method 'getAll' has no 'await' expression
|
Flowzone / Test npm (22.x):
src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (22.x):
src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (22.x):
src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (22.x):
src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (22.x):
src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
|
Flowzone / Test npm (22.x):
tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
|
Flowzone / Test npm (22.x):
src/models/device.ts#L2246
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (22.x):
src/models/os.ts#L348
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Flowzone / Test npm (22.x):
src/settings.ts#L37
Async method 'get' has no 'await' expression
|
Flowzone / Test npm (22.x):
src/settings.ts#L54
Async method 'getAll' has no 'await' expression
|
Flowzone / Test npm (22.x):
src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (22.x):
src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (22.x):
src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (22.x):
src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Flowzone / Test npm (22.x):
src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
|
Flowzone / Test npm (22.x):
tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
gh-release-sbom-npm
Expired
|
345 KB |
|
npm-ae8345ffd2622252a25cf4393091a01fce4b5bb5-22.x
Expired
|
577 KB |
|
release-notes
Expired
|
1.09 KB |
|