diff --git a/.github/workflows/publish-test-results.yml b/.github/workflows/publish-test-results.yml index b9a57938..99563f74 100644 --- a/.github/workflows/publish-test-results.yml +++ b/.github/workflows/publish-test-results.yml @@ -8,7 +8,7 @@ jobs: publish-test-results: uses: ./.github/workflows/_reusable-publish-test-results.yml with: - operating-systems-array: '["ubuntu", "windows"]' # this needs to match the operating-systems-array in the test-code.yml file + operating-systems-array: '["ubuntu", "windows", "macos"]' # this needs to match the operating-systems-array in the test-code.yml file permissions: checks: write pull-requests: write diff --git a/.github/workflows/test-code.yml b/.github/workflows/test-code.yml index 45ea7376..61cfdd28 100644 --- a/.github/workflows/test-code.yml +++ b/.github/workflows/test-code.yml @@ -15,7 +15,7 @@ jobs: uses: ./.github/workflows/_reusable-test-code.yml with: repo-name: tektronix/python-package-ci-cd - operating-systems-array: '["ubuntu", "windows"]' # this needs to match the operating-systems-array in the publish-test-results.yml file + operating-systems-array: '["ubuntu", "windows", "macos"]' # this needs to match the operating-systems-array in the publish-test-results.yml file python-versions-array: '["3.12"]' # this needs to match the [tool.poetry.dependencies.python] version in the pyproject.toml file upload-to-codecov: true secrets: