Skip to content

Commit

Permalink
test: resuable actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Jul 25, 2023
1 parent fe45659 commit fbdc333
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ jobs:
working-directory: ./app
run: yarn test --coverage
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
uses: button-inc/button-shared-gh-actions/.github/workflows/scan-code-sonarcloud.yml@develop
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
sonar-token: ${{ secrets.SONAR_TOKEN}}

eslint:
needs: [install-test-env]
Expand Down

0 comments on commit fbdc333

Please sign in to comment.