Skip to content

Merge pull request #429 from masa-finance/dependabot/npm_and_yarn/typ… #2246

Merge pull request #429 from masa-finance/dependabot/npm_and_yarn/typ…

Merge pull request #429 from masa-finance/dependabot/npm_and_yarn/typ… #2246

Workflow file for this run

name: Test
on:
push:
branches:
- main
tags:
- '**'
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: '18'
- run: yarn
- run: yarn compile
- run: sleep 10
- run: yarn test
env:
ANKR_API_KEY: ${{ secrets.ANKR_API_KEY }}