test: namada explorer [web-namada] #2914
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: Test | |
on: | |
pull_request: | |
concurrency: | |
group: ${{ github.ref }}-test | |
cancel-in-progress: true | |
env: | |
HUSKY: 0 # disable husky | |
TURBO_TEAM: ${{ secrets.TURBO_TEAM }} # for Turborepo remote cache | |
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} # for Turborepo remote cache | |
NEXT_TELEMETRY_DISABLED: 1 # disable NextJS telemetry | |
SENTRYCLI_SKIP_DOWNLOAD: 1 # disable Sentry.io CLI download | |
FORCE_COLOR: 0 # disable terminal color in yarn berry | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
check-yarn-cache: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- run: corepack enable | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 18 | |
- run: echo Skipped |