Skip to content

Commit d592076

Browse files
https://github.com/andgineer/ambientweather_livedata/issues/1
fixed test matrix
1 parent 1d262d2 commit d592076

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/ci.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,17 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version: [3.9, "3.10", 3.11]
18-
os: [ubuntu-latest, macos-latest, windows-latest]
19-
runs-on: ${{ matrix.os }}
18+
platform: [ubuntu-latest, macos-latest, windows-latest]
19+
runs-on: ${{ matrix.platform }}
20+
21+
permissions:
22+
# Gives the action the necessary permissions for publishing new
23+
# comments in pull requests.
24+
pull-requests: write
25+
# Gives the action the necessary permissions for pushing data to the
26+
# python-coverage-comment-action branch, and for editing existing
27+
# comments (to avoid publishing multiple comments in the same PR)
28+
contents: write
2029

2130
steps:
2231
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)