Skip to content

Commit

Permalink
Enables Cypress dashboard for compatibility tests (#3906)
Browse files Browse the repository at this point in the history
  • Loading branch information
walmazacn authored Sep 12, 2024
1 parent 49c90f1 commit 2334c51
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,23 @@ env:
GH_TOKEN: ${{ github.token }}

jobs:
prepare:
prepare:
uses: ./.github/workflows/prepare.yml
with:
with:
buildcache_key: compat_buildcache-${{ github.ref }}
secrets: inherit

compatibility:
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: |
Expand Down

0 comments on commit 2334c51

Please sign in to comment.