Skip to content

Commit

Permalink
Testing sonarcloud with unit tests (#2844)
Browse files Browse the repository at this point in the history
* Updating yml

* Delete .github/workflows/sonarclould.yml
  • Loading branch information
ribeiroguilherme authored Sep 11, 2024
1 parent 02dc121 commit 4f75615
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/sonarclould.yml

This file was deleted.

10 changes: 7 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Unit tests
name: Unit tests and Sonarcloud

on: [pull_request]
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]

jobs:
build:

runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 4f75615

Please sign in to comment.