Skip to content

Commit 37317a3

Browse files
committed
try ci docs
1 parent 5a521e2 commit 37317a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
# xxx trim to on use latest in each branch eg 1.0.10, 1.2.8 etc
1616
nim: [1.0.0, 1.0.2, 1.0.4, 1.0.10, 1.2.0, 1.2.2, 1.2.4, 1.2.6, 1.2.12, 1.4.0, 1.4.2, 1.4.8, 1.6.14, 2.0.0]
1717
steps:
18-
- uses: actions/checkout@v2
19-
- name: Run Tests
20-
run: |
21-
docker pull nimlang/nim:${{ matrix.nim }}
22-
docker run --rm -v `pwd`:/usr/src/app -w /usr/src/app nimlang/nim:${{ matrix.nim }} /bin/bash -c "git config --global --add safe.directory /usr/src/app; nimble install -y; nimble test"
18+
#- uses: actions/checkout@v2
19+
#- name: Run Tests
20+
# run: |
21+
# docker pull nimlang/nim:${{ matrix.nim }}
22+
# docker run --rm -v `pwd`:/usr/src/app -w /usr/src/app nimlang/nim:${{ matrix.nim }} /bin/bash -c "git config --global --add safe.directory /usr/src/app; nimble install -y; nimble test"
2323
- name: Build docs
2424
if: matrix.nim == '2.0.0'
2525
run: |

0 commit comments

Comments
 (0)