Skip to content

Commit

Permalink
test: Test against macOS as well to catch any bugs when updating depe…
Browse files Browse the repository at this point in the history
…ndencies (#58)
  • Loading branch information
nfelt14 authored Sep 4, 2024
1 parent 6725bcc commit 94a584b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 94a584b

Please sign in to comment.