Skip to content

test: namada explorer [web-namada] #2914

test: namada explorer [web-namada]

test: namada explorer [web-namada] #2914

Workflow file for this run

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