Skip to content

Commit 1c756db

Browse files
committed
test: Test against macOS as well to catch any bugs when updating dependencies
1 parent 683d879 commit 1c756db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-test-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish-test-results:
99
uses: ./.github/workflows/_reusable-publish-test-results.yml
1010
with:
11-
operating-systems-array: '["ubuntu", "windows"]' # this needs to match the operating-systems-array in the test-code.yml file
11+
operating-systems-array: '["ubuntu", "windows", "macos"]' # this needs to match the operating-systems-array in the test-code.yml file
1212
permissions:
1313
checks: write
1414
pull-requests: write

.github/workflows/test-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: ./.github/workflows/_reusable-test-code.yml
1616
with:
1717
repo-name: tektronix/python-package-ci-cd
18-
operating-systems-array: '["ubuntu", "windows"]' # this needs to match the operating-systems-array in the publish-test-results.yml file
18+
operating-systems-array: '["ubuntu", "windows", "macos"]' # this needs to match the operating-systems-array in the publish-test-results.yml file
1919
python-versions-array: '["3.12"]' # this needs to match the [tool.poetry.dependencies.python] version in the pyproject.toml file
2020
upload-to-codecov: true
2121
secrets:

0 commit comments

Comments
 (0)