Skip to content

Commit 0e60f91

Browse files
authored
Merge pull request #1 from taskiq-python/feature/tests
2 parents 541a63d + 06a3e03 commit 0e60f91

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
py_version: ["3.7", "3.8", "3.9", "3.10"]
37-
os: [ubuntu-latest, windows-latest]
38-
runs-on: "${{ matrix.os }}"
37+
runs-on: "ubuntu-latest"
3938
steps:
4039
- uses: actions/checkout@v2
4140
- name: Install poetry
@@ -53,7 +52,7 @@ jobs:
5352
run: poetry run coverage xml
5453
- name: Upload coverage reports to Codecov with GitHub Action
5554
uses: codecov/codecov-action@v3
56-
if: matrix.os == 'ubuntu-latest' && matrix.py_version == '3.9'
55+
if: matrix.py_version == '3.9'
5756
with:
5857
token: ${{ secrets.CODECOV_TOKEN }}
5958
fail_ci_if_error: false

0 commit comments

Comments
 (0)