Skip to content

Commit 4f75615

Browse files
Testing sonarcloud with unit tests (#2844)
* Updating yml * Delete .github/workflows/sonarclould.yml
1 parent 02dc121 commit 4f75615

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

.github/workflows/sonarclould.yml

-19
This file was deleted.

.github/workflows/unit-tests.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
name: Unit tests
1+
name: Unit tests and Sonarcloud
22

3-
on: [pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
types: [opened, synchronize, reopened]
49

510
jobs:
611
build:
7-
812
runs-on: ubuntu-latest
913

1014
strategy:

0 commit comments

Comments
 (0)