Skip to content

Commit

Permalink
Temporarily disable compat/regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMinaei committed Jan 2, 2024
1 parent ef1a033 commit 2c1b80b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
- run: yarn test

VisualRegression:
# skip this until the new API is ready
if: false
name: Visual regression tests
runs-on: ubuntu-latest

Expand All @@ -79,6 +81,8 @@ jobs:
run: yarn test:e2e:ci

Compatibility-Tests:
# skip this until the new API is ready
if: false
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 2c1b80b

Please sign in to comment.