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 e8eb48d commit 76a41dfCopy full SHA for 76a41df
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
strategy:
14
matrix:
15
- os: [macos-latest, ubuntu-latest, windows-latest]
+ os: [macos-13, ubuntu-latest, windows-latest]
16
runs-on: ${{ matrix.os }}
17
steps:
18
- uses: actions/checkout@v3
@@ -28,13 +28,7 @@ jobs:
28
- name: 📦 Build
29
run: npm run build
30
31
- - name: 🔧 Install Edge
32
- id: edge
33
- uses: browser-actions/setup-edge@v1
34
-
35
- name: 🧪 Run Tests
36
uses: GabrielBB/xvfb-action@v1
37
- env:
38
- EDGE_BINARY_PATH: ${{ steps.edge.outputs.edge-path }}
39
with:
40
run: npm test
0 commit comments