Skip to content

Commit

Permalink
#128 atualiza CI
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannabbottino committed Aug 26, 2022
1 parent 5818f91 commit 01c9bbb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
- name: Run npm install
run: npm install

- name: Run lint
run: npm run lint

# - name: SonarCloud Scan
# uses: sonarsource/sonarcloud-github-action@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}



# run Jest
# run SonarCloud
- name: Run Test
run: npm test

- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: "./puma/coverage/lcov.info"

0 comments on commit 01c9bbb

Please sign in to comment.