Skip to content

Add support for configuration of profile #156

Add support for configuration of profile

Add support for configuration of profile #156

Workflow file for this run

name: Run tests
on:
pull_request:
push:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- uses: actions/checkout@v3
- run: yarn
- run: yarn test