Skip to content

release-v2.8.0 (#3617) #300

release-v2.8.0 (#3617)

release-v2.8.0 (#3617) #300

Workflow file for this run

on:
push:
branches:
- 'main'
name: Backwards Compatibility Check
env:
CYPRESS_CACHE_FOLDER: ~/cypress-binary-cache
GH_TOKEN: ${{ github.token }}
jobs:
prepare:
uses: ./.github/workflows/prepare.yml
with:
buildcache_key: compat_buildcache
secrets: inherit
compatibility:
name: Compatibility Tests
needs: prepare
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.15.0'
- uses: actions/cache@v3
with:
path: |
~/tmp_build
~/cypress-binary-cache
key: compat_buildcache
- run: cp -r ~/tmp_build/* .
- run: bash ./scripts/testCompatibility.sh --tag latest