Skip to content

Commit

Permalink
test windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Jan 25, 2024
1 parent de06c54 commit 9be93dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: 'test ${{ matrix.os }}'
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
if: runner.os != 'Windows'
- run: |
irm https://dosei.ai/install.ps1 | iex
echo "$env:USERPROFILE\.dosei\bin" >> $GITHUB_PATH
Add-Content $env:GITHUB_PATH "$env:USERPROFILE\.dosei\bin"
shell: pwsh
if: runner.os == 'Windows'
- run: echo "DOSEI_TOKEN=${{ inputs.token }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 9be93dc

Please sign in to comment.