ci: Modified cypress check (#25698)
This commit is contained in:
parent
811cd46290
commit
bc5168db2b
6
.github/workflows/quality-checks.yml
vendored
6
.github/workflows/quality-checks.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
server: ${{ steps.filter.outputs.server }}
|
server: ${{ steps.filter.outputs.server }}
|
||||||
client: ${{ steps.filter.outputs.client && !steps.filter.outputs.cypress }}
|
client: ${{ steps.filter.outputs.client == 'true' && steps.filter.outputs.not-cypress-manual == 'true' }}
|
||||||
steps:
|
steps:
|
||||||
# Check out merge commit with the base branch in case this workflow is invoked via pull request
|
# Check out merge commit with the base branch in case this workflow is invoked via pull request
|
||||||
- name: Checkout the merged commit from PR and base branch
|
- name: Checkout the merged commit from PR and base branch
|
||||||
|
|
@ -25,8 +25,8 @@ jobs:
|
||||||
- 'app/server/**'
|
- 'app/server/**'
|
||||||
client:
|
client:
|
||||||
- 'app/client/**'
|
- 'app/client/**'
|
||||||
cypress:
|
not-cypress-manual:
|
||||||
- 'app/client/cypress/manual_TestSuite/**'
|
- '!app/client/cypress/manual_TestSuite/**'
|
||||||
|
|
||||||
server-spotless:
|
server-spotless:
|
||||||
name: server-spotless
|
name: server-spotless
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user