|
|
@ -19,6 +19,11 @@ on: |
|
|
|
- "scripts/cypress/**" |
|
|
|
- "scripts/cypress/**" |
|
|
|
- "packages/nocodb/**" |
|
|
|
- "packages/nocodb/**" |
|
|
|
- ".github/workflows/ci-cd.yml" |
|
|
|
- ".github/workflows/ci-cd.yml" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
concurrency: |
|
|
|
|
|
|
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} |
|
|
|
|
|
|
|
cancel-in-progress: true |
|
|
|
|
|
|
|
|
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
cypress-restTableOps-run-cache: |
|
|
|
cypress-restTableOps-run-cache: |
|
|
|
runs-on: ubuntu-20.04 |
|
|
|
runs-on: ubuntu-20.04 |
|
|
@ -751,4 +756,4 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: cypress-restMisc-run-cache-snapshots |
|
|
|
name: cypress-restMisc-run-cache-snapshots |
|
|
|
path: scripts/cypress/screenshots |
|
|
|
path: scripts/cypress/screenshots |
|
|
|
retention-days: 2 |
|
|
|
retention-days: 2 |
|
|
|