Skip to content

Commit d85c8cc

Browse files
committed
update workflow
1 parent 2b9859b commit d85c8cc

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: ${{ matrix.name }} - ${{ matrix.browser }}
4242
runs-on: ${{ matrix.os }}
4343
# Windows server is not working yet
44-
continue-on-error: ${{ matrix.os == 'windows-latest' }}
44+
continue-on-error: ${{ matrix.os == 'windows-latest' || matrix.browser == 'webkit' }}
4545
steps:
4646
- name: Setup firefox (macOS)
4747
if: matrix.os == 'macos-latest' && matrix.browser == 'firefox'

Diff for: cypress/e2e/spec.cy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe('Editor Test', () => {
44
cy.contains('#check 0')
55
.should(($p: any) => {
66
// ...
7-
expect(getComputedStyle($p.get(0)).fontFamily).to.match(/^JuliaMono/)
7+
expect(getComputedStyle($p.get(0)).fontFamily).to.match(/^"?JuliaMono"?/)
88
})
99
})
1010

Diff for: demo/package-lock.json

+19-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)