diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index b1d6ea67ea..c85936ef67 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -8,9 +8,9 @@ env: GH_TOKEN: ${{ github.token }} jobs: - prepare: + prepare: uses: ./.github/workflows/prepare.yml - with: + with: buildcache_key: compat_buildcache-${{ github.ref }} secrets: inherit @@ -18,11 +18,13 @@ jobs: name: Compatibility Tests needs: prepare runs-on: ubuntu-latest + env: + USE_CYPRESS_DASHBOARD: true # enable when trying to debug steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.14.0' + node-version: '20.14.0' - uses: actions/cache@v4 with: path: |