Skip to content

[GSK-1509] Add tests for ML worker actors behind WebSocket #462

[GSK-1509] Add tests for ML worker actors behind WebSocket

[GSK-1509] Add tests for ML worker actors behind WebSocket #462

Workflow file for this run

name: Sonar
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v2.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}