Skip to content

DAO-345: Adding cors for dao dapp #333

DAO-345: Adding cors for dao dapp

DAO-345: Adding cors for dao dapp #333

Workflow file for this run

name: ci
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm i
- run: npm run test:ci
- run: npm run lint
- run: npm run build
# - name: Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}