Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 23, 2024
1 parent 2b9859b commit d85c8cc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: ${{ matrix.name }} - ${{ matrix.browser }}
runs-on: ${{ matrix.os }}
# Windows server is not working yet
continue-on-error: ${{ matrix.os == 'windows-latest' }}
continue-on-error: ${{ matrix.os == 'windows-latest' || matrix.browser == 'webkit' }}
steps:
- name: Setup firefox (macOS)
if: matrix.os == 'macos-latest' && matrix.browser == 'firefox'
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe('Editor Test', () => {
cy.contains('#check 0')
.should(($p: any) => {
// ...
expect(getComputedStyle($p.get(0)).fontFamily).to.match(/^JuliaMono/)
expect(getComputedStyle($p.get(0)).fontFamily).to.match(/^"?JuliaMono"?/)
})
})

Expand Down
24 changes: 19 additions & 5 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d85c8cc

Please sign in to comment.