We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c46bb commit cb6adb6Copy full SHA for cb6adb6
.github/workflows/tests.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: 'Clean tree'
39
run: 'npm run test-clean-tree'
40
integration:
41
- runs-on: ubuntu-latest
+ runs-on: macos-14
42
timeout-minutes: 10
43
steps:
44
- uses: actions/checkout@v4
@@ -64,8 +64,6 @@ jobs:
64
key: docs-output-${{ github.run_id }}
65
- name: Install Playwright Browsers
66
run: npx playwright install --with-deps
67
- - name: Install dependencies for CI integration tests
68
- run: sudo apt-get install xvfb
69
- run: npm run test-int-x
70
- uses: actions/upload-artifact@v4
71
if: always()
0 commit comments