diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 304709b78..130019a99 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: 'Tests' +name: "Tests" on: push: @@ -6,11 +6,11 @@ on: - main - develop pull_request: - types: ['opened', 'edited', 'synchronize'] + types: ["opened", "edited", "synchronize"] jobs: tests: - name: 'Tests' + name: "Tests" runs-on: ubuntu-latest strategy: matrix: @@ -35,13 +35,13 @@ jobs: working-directory: website - run: npm run test working-directory: website - - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@master - with: - projectBaseDir: website - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + # - name: SonarCloud Scan + # uses: sonarsource/sonarcloud-github-action@master + # with: + # projectBaseDir: website + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: Slack Notification if: always() uses: kpritam/slack-job-status-action@v1