This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
update rpc nodes + disable tzstats indexer + fix tests #52
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: sonar | |
on: | |
# Trigger analysis when pushing in master or pull requests, and when creating | |
# a pull request. | |
push: | |
branches: | |
- develop | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
sonarcloud: | |
runs-on: [self-hosted] | |
steps: | |
- uses: eniblock/build/actions/[email protected] | |
id: setup | |
with: | |
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }} | |
fetch-depth: "0" | |
- run: | | |
earthly \ | |
--secret GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \ | |
--secret SONAR_TOKEN=${{ secrets.SONAR_TOKEN }} \ | |
+sonar |