This commit is contained in:
Arnaud 2026-04-17 09:24:32 +04:00
parent eff7284b01
commit 4146391a00
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -17,6 +17,12 @@ jobs:
nim-version: ${{matrix.nim}}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: nimble install -y
run: nimble install -d -y --verbose 2>&1 | tee nimble-output.log || true
- name: Upload nimble log
uses: actions/upload-artifact@v4
if: always()
with:
name: nimble-log-${{ matrix.os }}-${{ matrix.nim }}
path: nimble-output.log
- name: Test
run: nimble test -y