Skip to content

Commit 5538f81

Browse files
committed
symlinks
1 parent 6bbed6a commit 5538f81

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/run-tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ on:
55

66
jobs:
77
parser-tests:
8-
runs-on: ubuntu-latest
8+
runs-on: ${{ matrix.os }}
9+
strategy:
10+
matrix:
11+
os: [ubuntu-latest, windows-latest, macos-latest]
12+
913
steps:
1014
- name: checkout
1115
uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"prettier": "^3.0.2",
4040
"rimraf": "4.4.1",
4141
"strip-ansi": "^6",
42-
"symlink-workspace": "^1.9.0",
42+
"symlink-workspace": "^1.10.0",
4343
"ts-jest": "^29.1.1",
4444
"ts-node": "^10.9.2",
4545
"typescript": "^5.1.6"

0 commit comments

Comments
 (0)