Skip to content

Commit

Permalink
try windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mohithg committed Nov 14, 2021
1 parent 4bce35c commit a773bc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
count=$(echo "$OUTPUT" | tail -1)
# Fail test explicitly if count >= 10
if [[ $count -ge 10 ]]; then exit $count; fi
- name: windows env variables
if: startsWith(matrix.os, 'windows')
run: |
set TMP=%userprofile%\AppData\Local\Temp
set TEMP=%userprofile%\AppData\Local\Temp
- name: Setup env for tests
shell: bash
run: |
Expand Down

0 comments on commit a773bc5

Please sign in to comment.