Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
- fix mac path
  • Loading branch information
carlkidcrypto committed Jan 8, 2025
1 parent 2f04117 commit e9e00d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
linux: cd /home/runner/work/purpleair_api/purpleair_api/tests ;
coverage run -m unittest && coverage json -o coverage_linux_${{ matrix.os }}_${{ matrix.python-version }}.json ;
macos: cd /home/runner/work/purpleair_api/purpleair_api/tests ;
macos: cd /Users/runner/work/purpleair_api/purpleair_api/tests ;
coverage run -m unittest && coverage json -o coverage_macos_${{ matrix.os }}_${{ matrix.python-version }}.json ;
windows: cd C:\Users\runneradmin\work\purpleair_api\purpleair_api\tests ;
coverage run -m unittest && coverage json -o coverage_windows_${{ matrix.os }}_${{ matrix.python-version }}.json ;
Expand Down

0 comments on commit e9e00d8

Please sign in to comment.