Merge branch 'develop' into next

* develop:
  Lint
  Remove echo
  RefTest
  Echo event
  Update cypress
  Fix applitools
This commit is contained in:
Sidharth Vinod
2024-01-24 00:47:31 +05:30
4 changed files with 174 additions and 341 deletions

View File

@@ -18,7 +18,7 @@ permissions:
env:
# For PRs and MergeQueues, the target commit is used, and for push events, github.event.previous is used.
targetHash: ${{ github.event.pull_request.base.sha || github.event.merge_group.base_sha || github.event.before }}
targetHash: ${{ github.event.pull_request.base.sha || github.event.merge_group.base_sha || (github.event.before == '0000000000000000000000000000000000000000' && 'develop' || github.event.before) }}
jobs:
cache:
@@ -30,7 +30,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Cache snapshots
id: cache-snapshot
uses: actions/cache@v4