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
Create 2 new directories at the root of your project: .github/workflows
Create a new file, .gh-action.yml, in the newly created directory .github/workflows
Add a criteria for workflow to be triggered on each push to your branch
Add 2 new jobs:
Run tests on a macOS-latest machine
Run tests on a ubuntu-18.04 machine
Commit & Push your changes;
Go to "Actions" in the github repository and follow the progress of your workflow on your branch
Contributing to AliceO2Group/WebUI
In order to make contributions to the framework, on top of an admin review, we have putin place multiple automated checks such as ESLint and minimum CodeCoverage for the newly added changes;