Skip to content

Commit

Permalink
Merge pull request #19 from fga-eps-mds/revert-11-devops/ci
Browse files Browse the repository at this point in the history
Revert "[#128] CI Front"
  • Loading branch information
codehg authored Aug 23, 2022
2 parents daea975 + 5d7cf00 commit 86771f8
Show file tree
Hide file tree
Showing 10 changed files with 5,129 additions and 29,299 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 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"
- 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
8 changes: 0 additions & 8 deletions puma/jest.config.js

This file was deleted.

Loading

0 comments on commit 86771f8

Please sign in to comment.