You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given we are using github,
whenever code is pushed to the repository or a pull request is opened,
then unit tests on multiple operating systems.
Need to set up a GitHub Action that automatically runs our unit tests on multiple operating systems (Windows, macOS, and Linux) whenever code is pushed to the repository or a pull request is opened.
Acceptance Criteria:
There is a Github workflow running unit tests:
When code is pushed to repo.
When a pull request is open.
Runs on the following OS:
Windows
macOS
Linux
The text was updated successfully, but these errors were encountered:
Given we are using github,
whenever code is pushed to the repository or a pull request is opened,
then unit tests on multiple operating systems.
Need to set up a GitHub Action that automatically runs our unit tests on multiple operating systems (Windows, macOS, and Linux) whenever code is pushed to the repository or a pull request is opened.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: