Skip to content

Commit

Permalink
test windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 21, 2024
1 parent c480ed5 commit 1740e62
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1740e62

Please sign in to comment.