Skip to content

Commit ba60d6f

Browse files
committed
CI try
1 parent d91d46b commit ba60d6f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ jobs:
1313
strategy:
1414
matrix:
1515
# xxx trim to on use latest in each branch eg 1.0.10, 1.2.8 etc
16-
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]
16+
nim: [1.6.12]
1717
steps:
18-
- uses: actions/checkout@v3.5.3
18+
- uses: actions/checkout@v2
1919
- name: Run Tests
2020
run: |
21-
git config --global --add safe.directory /usr/src/app
2221
docker pull nimlang/nim:${{ matrix.nim }}
2322
docker run --rm -v `pwd`:/usr/src/app -w /usr/src/app nimlang/nim:${{ matrix.nim }} /bin/bash -c "nimble install -y; nimble test"

0 commit comments

Comments
 (0)