Skip to content

Update release flow #49

Update release flow

Update release flow #49

Workflow file for this run

name: Tests
on: push
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v4
- run: yarn install
- run: yarn test --coverage=false
- run: yarn build