Skip to content

Commit

Permalink
ci: Run cypress on ubuntu-latest
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
juliusknorr authored and elzody committed Nov 29, 2024
1 parent 8fcbcad commit 42e1e45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
cypress:

runs-on: ubuntu-22.04
runs-on: ubuntu-latest

strategy:
fail-fast: false
Expand Down
2 changes: 0 additions & 2 deletions cypress/e2e/share-link.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,4 @@ function waitForCollabora() {
cy.get('#closebutton').click()
cy.waitForViewerClose()
})

cy.get('#viewer', { timeout: 5000 }).should('not.exist')
}

0 comments on commit 42e1e45

Please sign in to comment.