Skip to content

Support Optional NFT Royalties #193

Support Optional NFT Royalties

Support Optional NFT Royalties #193

Workflow file for this run

name: Unit-Test
on:
pull_request:
push:
branches:
- upgrade-web3-stack
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: build images
working-directory: .
run: yarn && ./build-docker-images.sh devnet
- name: start ALPH docker image
working-directory: ./docker
run: docker-compose up -d
- name: Run tests
run: |
yarn
yarn run deploy:contracts
yarn run test:contracts