Skip to content

create a basic omnitoken #2

create a basic omnitoken

create a basic omnitoken #2

Workflow file for this run

on: ["push"]
name: Test
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.ACCESS_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- run: yarn
- run: yarn clean
- run: yarn compile
- run: DISABLE_GAS_REPORT=true yarn test