Skip to content

add console

add console #97

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test-ci:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.14.0
- run: yarn install
- run: yarn build:freighter-api
- run: yarn test:ci