Skip to content

Feature/edge support #73

Feature/edge support

Feature/edge support #73

Workflow file for this run

name: Run Tests
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 setup
- run: yarn build:freighter-api
- run: yarn test:ci