From 1740e628ff7864bc7bdc30557705a6850b887582 Mon Sep 17 00:00:00 2001 From: Jon Eugster Date: Wed, 21 Aug 2024 10:51:48 +0200 Subject: [PATCH] test windows workflow --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1c8cf6..9b7cd62 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,16 +45,16 @@ jobs: # echo 1 | powershell -ExecutionPolicy Bypass -f elan-init.ps1 # del elan-init.ps1 # shell: pwsh - - name: Add elan to PATH (Windows) - if: matrix.os == 'windows-latest' - run: (Resolve-Path ~/.elan/bin).Path >> $Env:GITHUB_PATH - shell: pwsh + # - name: Add elan to PATH (Windows) + # if: matrix.os == 'windows-latest' + # run: (Resolve-Path ~/.elan/bin).Path >> $Env:GITHUB_PATH + # shell: bash - name: Run lake build (Windows) if: matrix.os == 'windows-latest' run: | - CD demo\server\LeanProject + cd demo\server\LeanProject lake build - shell: pwsh + shell: bash - uses: actions/setup-node@v4 # Install npm dependencies, cache them correctly # and run all Cypress tests