You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yaml
+2-17Lines changed: 2 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,9 @@
1
-
name: ci-node-workflow
1
+
name: ci-build
2
2
on:
3
3
pull_request:
4
4
branches:
5
-
- develop
5
+
- main
6
6
jobs:
7
-
sonarcloud:
8
-
runs-on: ubuntu-latest
9
-
steps:
10
-
- uses: actions/checkout@v4
11
-
with:
12
-
fetch-depth: 0
13
-
- uses: actions/setup-node@v4
14
-
with:
15
-
node-version: 22
16
-
- run: npm run test:cov
17
-
- name: SonarQube Scan
18
-
uses: sonarsource/sonarqube-scan-action@v4.1.0 # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
uses: sonarsource/sonarqube-scan-action@v4.1.0 # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
0 commit comments