Skip to content

Update laminarjs and make into independent org #3

Update laminarjs and make into independent org

Update laminarjs and make into independent org #3

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: adambirds/docker-compose-action@v1.3.0
with:
down-flags: '--volumes'
- uses: actions/setup-node@v2
with:
node-version: '18.18.2'
- uses: ./.github/actions/yarn-install
- run: yarn build
- run: yarn lint
- run: yarn workspace @examples/docs test --runInBand --ci
- run: yarn workspace @examples/petstore test --runInBand --ci