From dde5db732af6ab84440ac35c1b16cccbc5996d76 Mon Sep 17 00:00:00 2001 From: Eugene Dementjev Date: Fri, 19 Jul 2024 18:49:33 +0400 Subject: [PATCH] AIM-402 Debug CI --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e37e6f4..b4518cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.4] steps: - uses: actions/checkout@v4 @@ -21,7 +21,10 @@ jobs: - name: Install run: | - npm install + npm install --loglevel verbose + + - name: echo log + run: cat `find /home/runner/.npm/_logs/ -type f -exec ls -t1 {} + | head -1` - name: Start Docker run: npm run docker:start