We should add a GitHub actions workflow along our CI server so we can compare the result of our CI server with that of the GItHub actions workflow. Definition of done: there exists a github actions workflow that runs java tests similarly to our CI server....
Added a GitHub Action to run inference tests for the Ollama provider. This ensures we have coverage for Ollama integration. leseb requested review from ashwinb, yanxi0830, hardikjshah, dltn, raghotham, dineshyv, vladimirivic, sixianyi0721, ehhuang, terrytangyuan and SLR722 as code owners Ma...
Add API location to workflow Before you can deploy your app to Azure, update your repository's GitHub Actions workflow with the correct location of your API folder. Open your workflow at .github/workflows/azure-static-web-apps-<DEFAULT-HOSTNAME>.yml. Search for the property api_location and ...
In Visual Studio Code, open the workflow.yml file in the .github/workflows folder. In the deploy job, add an id to the Deploy website step so that you can refer to the step. Also, add a job output that copies the appServiceAppHostName output from the deployment step: ...
In Visual Studio Code, open the workflow.yml file in the .github/workflows folder. In the deploy job, add an id to the Deploy website step so that you can refer to the step. Also, add a job output that copies the appServiceAppHostName output from the deployment step:...
In Visual Studio Code, create a new file in the .github/workflows folder named lint.yml. Paste the following workflow definition into the file: YAML Copy name: lint on: workflow_call: jobs: lint: name: Lint code runs-on: ubuntu-latest steps: - uses: ...
Work item fields are maintained for a project collection. You add fields when you perform one of the following tasks: Create a project. All fields that are defined within the definitions for work item types or global workflow and that are defined for the selected process template are created....
Work item fields are maintained for a project collection. You add fields when you perform one of the following tasks: Create a project. All fields that are defined within the definitions for work item types or global workflow and that are defined for the selected process template are created....
Work item fields are maintained for a project collection. You add fields when you perform one of the following tasks: Create a project. All fields that are defined within the definitions for work item types or global workflow and that are defined for the selected process template are created....
Labels in Planner are visual cues, drawing attention to a particular set of tasks for a particular reason. For example, you might use labels to tag tasks with the same completion requirements, dependencies, or issues, and then filter your plan on those labels to zero-in on related...