ci: Modified cypress check (#25698)

This commit is contained in:
Nidhi 2023-07-25 19:01:52 +05:30 committed by GitHub
parent 811cd46290
commit bc5168db2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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