|
@@ -13,7 +13,7 @@ on:
|
|
description: The Docker image tag used for SNJS container
|
|
description: The Docker image tag used for SNJS container
|
|
suite:
|
|
suite:
|
|
type: string
|
|
type: string
|
|
- default: all
|
|
|
|
|
|
+ default: base
|
|
description: The test suite to run
|
|
description: The test suite to run
|
|
author:
|
|
author:
|
|
type: string
|
|
type: string
|
|
@@ -30,5 +30,5 @@ jobs:
|
|
uses: standardnotes/server/.github/workflows/common-e2e.yml@main
|
|
uses: standardnotes/server/.github/workflows/common-e2e.yml@main
|
|
with:
|
|
with:
|
|
snjs_image_tag: ${{ inputs.snjs_image_tag || 'latest' }}
|
|
snjs_image_tag: ${{ inputs.snjs_image_tag || 'latest' }}
|
|
- suite: ${{ inputs.suite || 'all' }}
|
|
|
|
|
|
+ suite: ${{ inputs.suite || 'base' }}
|
|
secrets: inherit
|
|
secrets: inherit
|