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
|
||||
outputs:
|
||||
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:
|
||||
# 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
|
||||
|
|
@ -25,8 +25,8 @@ jobs:
|
|||
- 'app/server/**'
|
||||
client:
|
||||
- 'app/client/**'
|
||||
cypress:
|
||||
- 'app/client/cypress/manual_TestSuite/**'
|
||||
not-cypress-manual:
|
||||
- '!app/client/cypress/manual_TestSuite/**'
|
||||
|
||||
server-spotless:
|
||||
name: server-spotless
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user