Skip to content

Commit 4a37302

Browse files
committed
CLJS-3342: Run compiler unit tests on Windows
1 parent 3cfc0b4 commit 4a37302

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,21 @@ jobs:
187187
- name: Run tests
188188
run: clojure -M:compiler.test:compiler.test.run
189189

190+
# Compiler Windows Tests
191+
compiler-windows-test:
192+
name: Compiler Windows Tests
193+
runs-on: windows-2019
194+
steps:
195+
- uses: actions/checkout@v2
196+
197+
- uses: DeLaGuardo/[email protected]
198+
with:
199+
cli: '1.10.1.763'
200+
201+
- name: Run tests
202+
run: clojure -M:compiler.test:compiler.test.run
203+
shell: powershell
204+
190205
# CLI Tests
191206
cli-test:
192207
name: CLI Tests

0 commit comments

Comments
 (0)