Skip to content

Commit

Permalink
test fixed for server
Browse files Browse the repository at this point in the history
  • Loading branch information
BipanKishore committed May 12, 2024
1 parent fb06b60 commit ad8496a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
node-version: [20.x]
os: [windows-latest, ubuntu-latest]
os: [ubuntu-latest]

runs-on: ${{matrix.os}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion cypress/component-testing/resizable-api.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ describe('Should make partial hidden visible with setSize', () => {
})

// Edge
it.only(`
it(`
-- Partially hide P2 moving R2 to R1
-- setSize P2 with 150 and BUTTOM_FIRST
-- should emit onResizeStop haveing P2 = 150
Expand Down

0 comments on commit ad8496a

Please sign in to comment.