Skip to content

Commit

Permalink
Merge branch '439-rearchitecture' of https://github.com/Almenon/AREPL…
Browse files Browse the repository at this point in the history
…-vscode into 439-rearchitecture
  • Loading branch information
Almenon committed Nov 15, 2024
2 parents dd18739 + a6c8b69 commit 4bac258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -22,6 +22,6 @@ jobs:
- run: npm run vscode:prepublish
- run: npm run unitTests
- name: Run tests
uses: GabrielBB/[email protected]
uses: coactions/setup-xvfb@main
with:
run: npm test

0 comments on commit 4bac258

Please sign in to comment.