Skip to content

Commit

Permalink
Fixed CI Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dborowiecki committed Oct 10, 2023
1 parent 3ef46a1 commit 2d35694
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: My Test Single Project
on:
push:
branches:
- main
- 'release/**'
- develop
- 'feature/**'
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ name: Node.js Package
on:
release:
types: [published]
pull_request:
workflow_dispatch:
inputs:
comment:
Expand Down

0 comments on commit 2d35694

Please sign in to comment.