Skip to content

Commit 8912529

Browse files
committed
windows workflow
1 parent 9ed7107 commit 8912529

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

Diff for: .github/workflows/test.yml

+31-31
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,36 @@ on:
77
pull_request:
88
branches: ["main"]
99
jobs:
10-
test:
11-
strategy:
12-
fail-fast: false
13-
matrix:
14-
include:
15-
- name: Linux
16-
os: ubuntu-latest
17-
- name: macOS
18-
os: macos-latest
19-
# - name: Windows
20-
# os: windows-latest
21-
name: ${{ matrix.name }}
22-
runs-on: ${{ matrix.os }}
23-
steps:
24-
- uses: actions/checkout@v4
25-
with:
26-
submodules: true
27-
# uses lean standard action with all default input values
28-
- uses: leanprover/lean-action@v1
29-
with:
30-
lake-package-directory: "demo/server/LeanProject"
31-
use-mathlib-cache: false
32-
build: true
33-
test: false
34-
lint: false
35-
- uses: actions/setup-node@v3
36-
- run: npm install --loglevel verbose
37-
- run: npm audit
38-
continue-on-error: true
39-
- run: npm run test
10+
# test:
11+
# strategy:
12+
# fail-fast: false
13+
# matrix:
14+
# include:
15+
# - name: Linux
16+
# os: ubuntu-latest
17+
# - name: macOS
18+
# os: macos-latest
19+
# # - name: Windows
20+
# # os: windows-latest
21+
# name: ${{ matrix.name }}
22+
# runs-on: ${{ matrix.os }}
23+
# steps:
24+
# - uses: actions/checkout@v4
25+
# with:
26+
# submodules: true
27+
# # uses lean standard action with all default input values
28+
# - uses: leanprover/lean-action@v1
29+
# with:
30+
# lake-package-directory: "demo/server/LeanProject"
31+
# use-mathlib-cache: false
32+
# build: true
33+
# test: false
34+
# lint: false
35+
# - uses: actions/setup-node@v3
36+
# - run: npm install --loglevel verbose
37+
# - run: npm audit
38+
# continue-on-error: true
39+
# - run: npm run test
4040
wintest:
4141
name: Windows
4242
runs-on: windows-latest
@@ -46,7 +46,7 @@ jobs:
4646
submodules: true
4747
- name: install elan
4848
run: |
49-
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf
49+
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf > elan-init.sh
5050
sh elan-init.sh -y
5151
echo "$HOME/.elan/bin" >> $GITHUB_PATH
5252
- name: print lean and lake versions

0 commit comments

Comments
 (0)