Skip to content

Commit 4ae3c42

Browse files
committed
[Test] (config) Remove argument 'test_os' about runtime OS of all reusable workflows.
1 parent cd0b476 commit 4ae3c42

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test_python_project_ci_one-test.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
uses: ./.github/workflows/organize_and_generate_test_cov_reports.yaml
5252
with:
5353
test_type: unit-test
54-
test_os: ubuntu,macos
5554

5655

5756
codecov_finish:
@@ -63,7 +62,6 @@ jobs:
6362
codecov_token: ${{ secrets.CODECOV_TOKEN }}
6463
with:
6564
test_type: unit-test
66-
test_os: ubuntu
6765
upload-to-codecov: true
6866
codecov_flags: unit # Required if 'upload-to-codecov' is true
6967
codecov_name: gh_workflow_template # Required if 'upload-to-codecov' is true
@@ -78,7 +76,6 @@ jobs:
7876
coveralls_token: ${{ secrets.COVERALLS_TOKEN }}
7977
with:
8078
test_type: unit-test
81-
test_os: ubuntu
8279
upload-to-coveralls: true
8380

8481

@@ -90,7 +87,6 @@ jobs:
9087
codacy_token: ${{ secrets.CODACY_PROJECT_TOKEN }}
9188
with:
9289
test_type: unit-test
93-
test_os: ubuntu
9490
upload-to-codacy: true
9591

9692

0 commit comments

Comments
 (0)