Skip to content

Commit

Permalink
fix: fixing merge main issues (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Gomes da Cruz Junior authored Jul 20, 2023
1 parent fffd4e2 commit dff39ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,20 @@ jobs:
steps:
- uses: bcgov-nr/[email protected]
env:
VITE_BACKEND_URL: http://localhost:3000
VITE_FRONTEND_URL: http://localhost:8080
VITE_BACKEND_URL: http://localhost:8080
VITE_FRONTEND_URL: http://localhost:3000
VITE_KEYCLOAK_URL:
VITE_KEYCLOAK_CLIENT_ID: 1234
VITE_NODE_ENV:
VITE_NODE_ENV: openshift-dev
with:
node_version: 18
commands: |
npm ci
npm run coverage
dir: frontend
sonar_args: >
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info
-Dsonar.exclusions=**/coverage/**/*,**/dist/**/*,**/tests/**/*,**/public/**/*,**/node_modules/**,.eslintrc.cjs,.eslintrc.js,components.d.ts,env.d.ts,src/routes.ts,src/shims-vue.d.ts,vite.config.ts,**/*Dto.ts,src/CoreConstants.ts,src/main.ts
-Dsonar.exclusions=**/coverage/**,**/tests/**,**/stubs/**,**/reports/**,**/cypress/**,,**/assets/**,,**/dto/**,**/CoreConstants.ts,**/main.ts,**/routes.ts,**/sims-vue.d.ts,**/styles.ts,**/components.d.ts
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info
-Dsonar.organization=bcgov-sonarcloud
-Dsonar.projectKey=forest-client-frontend
sonar_project_token: ${{ secrets.SONAR_TOKEN_FRONTEND }}
Expand Down

0 comments on commit dff39ca

Please sign in to comment.