mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update test configuration in workflows
This commit is contained in:
parent
b8eaa1e5f5
commit
59435d4b17
2 changed files with 6 additions and 2 deletions
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
|
|
@ -93,6 +93,7 @@ jobs:
|
|||
test: ${{ fromJson(needs.prepare-tests-core.outputs.tests) }}
|
||||
uses: ./.github/workflows/tests-ui.yml
|
||||
with:
|
||||
TEST: ${{ matrix.test }}
|
||||
RELEASE: dev
|
||||
tests-ui-linux:
|
||||
needs: [prepare-tests-ui, build-packages]
|
||||
|
|
@ -102,6 +103,7 @@ jobs:
|
|||
test: ${{ fromJson(needs.prepare-tests-core.outputs.tests) }}
|
||||
uses: ./.github/workflows/tests-ui-linux.yml
|
||||
with:
|
||||
TEST: ${{ matrix.test }}
|
||||
RELEASE: dev
|
||||
|
||||
# Core tests
|
||||
|
|
|
|||
6
.github/workflows/staging.yml
vendored
6
.github/workflows/staging.yml
vendored
|
|
@ -118,7 +118,8 @@ jobs:
|
|||
test: ${{ fromJson(needs.prepare-tests-core.outputs.tests) }}
|
||||
uses: ./.github/workflows/tests-ui.yml
|
||||
with:
|
||||
RELEASE: dev
|
||||
TEST: ${{ matrix.test }}
|
||||
RELEASE: testing
|
||||
tests-ui-linux:
|
||||
needs: [prepare-tests-ui, build-packages]
|
||||
strategy:
|
||||
|
|
@ -127,7 +128,8 @@ jobs:
|
|||
test: ${{ fromJson(needs.prepare-tests-core.outputs.tests) }}
|
||||
uses: ./.github/workflows/tests-ui-linux.yml
|
||||
with:
|
||||
RELEASE: dev
|
||||
TEST: ${{ matrix.test }}
|
||||
RELEASE: testing
|
||||
|
||||
staging-tests:
|
||||
needs: [create-infras]
|
||||
|
|
|
|||
Loading…
Reference in a new issue