Skip to content

Merge branch 'test-pr' of github.com:stellar/freighter into test-pr #89

Merge branch 'test-pr' of github.com:stellar/freighter into test-pr

Merge branch 'test-pr' of github.com:stellar/freighter into test-pr #89

Workflow file for this run

# name: test
# on: [pull_request]
# jobs:
# test:
# 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
# - run: yarn test:ci