Skip to content

Add direct minting - IMPL: 0x7f271492961072bfddcf536313129dd0b025e867 #32

Add direct minting - IMPL: 0x7f271492961072bfddcf536313129dd0b025e867

Add direct minting - IMPL: 0x7f271492961072bfddcf536313129dd0b025e867 #32

Workflow file for this run

name: Run Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
defaults:
run:
shell: 'script -q -e -c "bash {0}"' # add support for colors in output. see: https://github.com/actions/runner/issues/241
jobs:
test:
name: Test Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm ci --no-audit --no-fund
- run: npm run build
- run: npm test